run Usage: run [options] [-e KEY=VAL...] SERVICE [COMMAND] [ARGS...] Options: -d Detached mode: Run container in the background
config Usage: config [options] Options: -q, --quiet Only validate the configuration, don't print anything. --services
start Usage: start [SERVICE...] Starts existing containers for a service.
Overview of Docker Compose Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure
pull Usage: pull [options] [SERVICE...] Options: --ignore-pull-failures Pull what it can and ignores images with pull failures. Pulls
Getting Started On this page you build a simple Python web application running on Docker Compose. The application uses the Flask framework and increments a value in
Using Compose in production When you define your app with Compose in development, you can use this definition to run your application in different environments
stop Usage: stop [options] [SERVICE...] Options: -t, --timeout TIMEOUT Specify a shutdown timeout in seconds (default: 10). Stops
Using Compose with Swarm Docker Compose and Docker Swarm aim to have full integration
Quickstart: Docker Compose and Rails This Quickstart guide will show you how to use Docker Compose to set up and run a Rails/PostgreSQL app. Before
Page 4 of 4