Frequently asked questions If you don’t see your question here, feel free to drop by #docker-compose on freenode IRC and ask the community.
config Usage: config [options] Options: -q, --quiet Only validate the configuration, don't print anything. --services
up Usage: up [options] [SERVICE...] Options: -d Detached mode: Run containers in the background,
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
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
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
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
stop Usage: stop [options] [SERVICE...] Options: -t, --timeout TIMEOUT Specify a shutdown timeout in seconds (default: 10). Stops
build Usage: build [options] [SERVICE...] Options: --force-rm Always remove intermediate containers. --no-cache Do not use cache when building
Page 4 of 4