exec Usage: exec [options] SERVICE COMMAND [ARGS...] Options: -d Detached mode: Run command in the background. --privileged
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
down Usage: down [options] Options: --rmi type Remove images. Type must be one of: 'all': Remove all images
start Usage: start [SERVICE...] Starts existing containers for a service.
up Usage: up [options] [SERVICE...] Options: -d Detached mode: Run containers in the background,
build Usage: build [options] [SERVICE...] Options: --force-rm Always remove intermediate containers. --no-cache Do not use cache when building
config Usage: config [options] Options: -q, --quiet Only validate the configuration, don't print anything. --services
Page 2 of 3