down Usage: down [options] Options: --rmi type Remove images. Type must be one of: 'all': Remove all images
exec Usage: exec [options] SERVICE COMMAND [ARGS...] Options: -d Detached mode: Run command in the background. --privileged
pause Usage: pause [SERVICE...] Pauses running containers of a service. They can be unpaused with docker-compose unpause
events Usage: events [options] [SERVICE...] Options: --json Output events as a stream of json objects Stream container
CLI Environment Variables Several environment variables are available for you to configure the Docker Compose command-line behaviour. Variables starting
create Creates containers for a service. Usage: create [options] [SERVICE...] Options: --force-recreate Recreate containers even
config Usage: config [options] Options: -q, --quiet Only validate the configuration, don't print anything. --services
run Usage: run [options] [-e KEY=VAL...] SERVICE [COMMAND] [ARGS...] Options: -d Detached mode: Run container in the background
start Usage: start [SERVICE...] Starts existing containers for a service.
pull Usage: pull [options] [SERVICE...] Options: --ignore-pull-failures Pull what it can and ignores images with pull failures. Pulls
Page 2 of 3