DevOps Tools

Docker Compose

English

Overview

A tool that lets you define and launch a multi-container application all at once from a single configuration file.

Details

By describing each container's configuration, networking, and volumes in a YAML file (compose.yml), Docker Compose lets you reproduce an entire environment with a single command. It's commonly used to set up local development environments.

More OSS terms