Controlling startup order in Compose You can control the order of service startup with the
kill Usage: kill [options] [SERVICE...] Options: -s SIGNAL SIGNAL to send to the container. Default signal is SIGKILL. Forces
logs Usage: logs [options] [SERVICE...] Options: --no-color Produce monochrome output. -f, --follow Follow log output -t, --timestamps
Quickstart: Docker Compose and WordPress You can use Docker Compose to easily run WordPress in an isolated environment built with Docker containers
scale Usage: scale [SERVICE=NUM...] Sets the number of containers to run for a service. Numbers are specified as arguments
Networking in Compose Note: This document only applies if you’re using
help Usage: help COMMAND Displays help and usage instructions for a command.
Install Docker Compose You can run Compose on OS X, Windows and 64-bit Linux. To install it, you’ll need to install Docker first. To install Compose, do
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
Page 2 of 4