Quickstart: Docker Compose and Django This quick-start guide demonstrates how to use Docker Compose to set up and run a simple Django/PostgreSQL
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
exec Usage: exec [options] SERVICE COMMAND [ARGS...] Options: -d Detached mode: Run command in the background. --privileged
events Usage: events [options] [SERVICE...] Options: --json Output events as a stream of json objects Stream container
Command-line Completion Compose comes with command completion
Extending services and Compose files Compose supports two methods of sharing common configuration: Extending an entire Compose file
pull Usage: pull [options] [SERVICE...] Options: --ignore-pull-failures Pull what it can and ignores images with pull failures. Pulls
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.
Page 3 of 4