This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Docker-compose command compatibility list #1283
Labels
compatibility
Compatibility with docker-compose
documentation 📓
Related to improving documentation and the wiki.
Check list of commands and flags, from docker-compose help
build Build or rebuild services
config Validate and view the Compose file
create Create services
down Stop and remove resources
volumes
section of the Compose file and anonymous volumes attached to containers.introduce docker compose events #1396 events Receive real time events from containers.
Support compose exec #1266 exec Execute a command in a running container
docker-compose exec
allocates a TTY.help Get help on a command
images List images.
kill Kill containers
logs View output from containers
pause Pause services
Support build.context with git URLs #1439 port Print the public port for a port binding
ps List containers
--filter KEY=VAL Filter services by a propertypull Pull service images
push Push service images
Support compose restart command #1389 restart Restart services
introduce compose rm command #1299 rm Remove stopped containers
-a, --all Deprecated - no effect.run Run a one-off command
docker-compose run
allocates a TTY.scale Set number of containers for a servicedeprecatedstart Start services
stop Stop services
Support compose top #1367 top Display the running processes
unpause Unpause services
up Create and start containers
already running. (default: 10)
scale
setting in the Compose file if present.version Show version information and quit--short Shows only Compose's version number.Common options:
-c, --context NAME Specify a context nameat Docker cli root level-v, --version Print version and exitat Docker cli root level--compatibility If set, Compose will attempt to convert keys in v3 files to their non-Swarm equivalent (DEPRECATED)The text was updated successfully, but these errors were encountered: