Controlling startup order in Compose You can control the order of service startup with the
Overview of docker-compose CLI This page provides the usage information for the docker-compose Command. You can also see this information
scale Usage: scale [SERVICE=NUM...] Sets the number of containers to run for a service. Numbers are specified as arguments
help Usage: help COMMAND Displays help and usage instructions for a command.
Quickstart: Docker Compose and WordPress You can use Docker Compose to easily run WordPress in an isolated environment built with Docker containers
Networking in Compose Note: This document only applies if you’re using
logs Usage: logs [options] [SERVICE...] Options: --no-color Produce monochrome output. -f, --follow Follow log output -t, --timestamps
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
create Creates containers for a service. Usage: create [options] [SERVICE...] Options: --force-recreate Recreate containers even
pause Usage: pause [SERVICE...] Pauses running containers of a service. They can be unpaused with docker-compose unpause
Page 2 of 4