Raw source: docker-compose¶
Immutable capture. Curated into wiki pages — do not edit. See the curated page(s) for synthesis. Extracted 2026-07-16 via web_extract (head+tail; full pages truncated at source).
URL: https://docs.docker.com/compose/ TITLE: Docker Compose | Docker Docs Start a new chat
What can I help you with?¶
I'm Gordon, your AI assistant for Docker and documentation questions.
Try asking
Get started with Docker
Docker Hardened Images
MCP Toolkit
Create an org
What can I help you with?¶
I'm Gordon, your AI assistant for Docker and documentation questions.
Try asking
Get started with Docker
Docker Hardened Images
MCP Toolkit
Create an org
Was this helpful?
HelpfulNot quite
Copy
remaining in this thread.
You've reached the maximum of questions per thread. For better answer quality, start a new thread.
Start a new thread
When enabled, Gordon considers the current page you're viewing to provide more relevant answers.
Answers are generated based on the documentation.
Back
Docker Compose¶
Ask GordonCopy MarkdownView Markdown
Docker Compose is a tool for defining and running multi-container applications. It is the key to unlocking a streamlined and efficient development and deployment experience.
Compose simplifies the control of your entire application stack, making it easy to manage services, networks, and volumes in a single YAML configuration file. Then, with a single command, you create and start all the services from your configuration file.
Compose works in all environments - production, staging, development, testing, as well as CI workflows. It also has commands for managing the whole lifecycle of your application:
- Start, stop, and rebuild services
- View the status of running services
- Stream the log output of running services
- Run a one-off command on a service
Why use Compose?\ \ Understand Docker Compose's key benefits
How Compose works\ \ Understand how Compose works
Install Compose\ \ Follow the instructions on how to install Docker Compose.
View the release notes\ \ Find out about the latest enhancements and bug fixes.
[Use Compose Bridge\ \ Transform your Compose configuration file into configuration files for differen