down Usage: down [options] Options: --rmi type Remove images. Type must be one of: 'all': Remove all images
create Creates containers for a service. Usage: create [options] [SERVICE...] Options: --force-recreate Recreate containers even
events Usage: events [options] [SERVICE...] Options: --json Output events as a stream of json objects Stream container
pause Usage: pause [SERVICE...] Pauses running containers of a service. They can be unpaused with docker-compose unpause
CLI Environment Variables Several environment variables are available for you to configure the Docker Compose command-line behaviour. Variables starting
exec Usage: exec [options] SERVICE COMMAND [ARGS...] Options: -d Detached mode: Run command in the background. --privileged
config Usage: config [options] Options: -q, --quiet Only validate the configuration, don't print anything. --services
stop Usage: stop [options] [SERVICE...] Options: -t, --timeout TIMEOUT Specify a shutdown timeout in seconds (default: 10). Stops
build Usage: build [options] [SERVICE...] Options: --force-rm Always remove intermediate containers. --no-cache Do not use cache when building
run Usage: run [options] [-e KEY=VAL...] SERVICE [COMMAND] [ARGS...] Options: -d Detached mode: Run container in the background
Page 2 of 3