macOS
brew install docker-composelocal Homebrew formula metadata
sudo port install docker-composeMacPorts ports tree · python/docker-compose/Portfile · source: api.github.com
brew
Isolated development environments using Docker. Version 5.3.1 via Homebrew; verified 2026-07-07. Also installable with debian: sudo apt install docker-compose.
install
brew install docker-composelocal Homebrew formula metadata
sudo port install docker-composeMacPorts ports tree · python/docker-compose/Portfile · source: api.github.com
sudo apt install docker-composeDebian stable package indexes · docker-compose · source: deb.debian.org
sudo dnf install docker-composeFedora Rawhide package metadata · docker-compose · source: dl.fedoraproject.org
nix profile install nixpkgs#docker-composenixpkgs package indexes · docker-compose · source: raw.githubusercontent.com
sudo pacman -S docker-composeArch Linux sync databases · docker-compose · source: geo.mirror.pkgbuild.com
sudo zypper install docker-composeopenSUSE Tumbleweed package metadata · docker-compose · source: download.opensuse.org
choco install docker-composeChocolatey community package catalog · docker-compose · source: community.chocolatey.org
scoop install main/docker-composeScoop official bucket manifest trees · bucket/docker-compose.json · source: api.github.com
winget install --id Docker.DockerCompose -eWindows Package Manager source index · Docker.DockerCompose · source: cdn.winget.microsoft.com
overview
Isolated development environments using Docker
history
Docker Compose is Docker's tool for defining and running multi-container applications from a Compose file. Docker's docs describe it as a way to manage services, networks, and volumes in one YAML configuration, then start the application stack with a single command.
Compose became one of Docker's defining developer-experience tools because it translated a multi-container application into a file that could live beside source code. The current upstream README describes the modern Go-based Compose as a Docker CLI plugin and notes that the legacy Python version remains on the v1 branch.
Compose's adoption path runs through Docker Desktop, Linux binaries, distribution packages, and CI systems. The README says Docker Desktop includes Compose on Windows and macOS and documents installation as a CLI plugin under Docker's cli-plugins directory on Linux. The batch input shows especially broad package-manager coverage, including Homebrew, Chocolatey, Debian, Fedora-style distributions, MacPorts, Nix, Arch, Scoop, Ubuntu, winget, and zypper.
The normal workflow is to define services in compose.yaml or docker-compose.yml, then use docker compose up to create and start the application. Docker docs call out lifecycle commands for starting, stopping, rebuilding, viewing status, streaming logs, and running one-off commands, making Compose common in local development, test environments, staging, simple production deployments, and CI workflows.
Docker Compose is package-nerd significant because it made multi-container Docker applications portable before Kubernetes became the default mental model for orchestration. It also marks a major packaging transition: the old standalone docker-compose command and Python implementation gave way to a Docker CLI plugin, while package managers kept shipping a familiar formula name.
security posture
No matching local secret-handling manifest was found for docker-compose. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./compose.yaml./compose.yml./docker-compose.yaml./docker-compose.yml./.envexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
docker-compose | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/docker/compose
install metadata
| Package key | brew:docker-compose |
|---|---|
| Version | 5.3.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/docker-compose |
| Homepage | https://docs.docker.com/compose/ |
| Repository | https://github.com/docker/compose |
| Upstream docs | https://docs.docker.com/compose |
| License | Apache-2.0 |
| Source archive | https://github.com/docker/compose/archive/refs/tags/v5.3.1.tar.gz |
| Last updated | 2026-07-07T15:33:42Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | Compose is a Docker plugin. For Docker to find the plugin, add "cliPluginsExtraDirs" to ~/.docker/config.json: "cliPluginsExtraDirs": [ "$HOMEBREW_PREFIX/lib/docker/cli-plugins" ] |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | docker-compose |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
docker-compose 2.26.1-4
Define and run multi-container applications with Docker (program)
https://github.com/docker/compose
sudo apt install docker-composedocker-compose
nix profile install nixpkgs#docker-composedocker-compose 1.29.2-6ubuntu1
define and run multi-container Docker applications with YAML
https://docs.docker.com/compose/
sudo apt install docker-composepython3-compose 1.29.2-6ubuntu1
Python implementation of docker-compose file specification
https://docs.docker.com/compose/
sudo apt install python3-composedocker-compose 5.1.4-1.fc45
Define and run multi-container applications with Docker
https://github.com/docker/compose
sudo dnf install docker-composedocker-compose 5.1.4-1
Fast, isolated development environments using Docker
sudo pacman -S docker-composedocker-compose 5.1.4-1.1
Define and run multi-container applications with Docker
https://github.com/docker/compose
sudo zypper install docker-composedocker-compose
sudo port install docker-composedocker-compose
choco install docker-composemain/docker-compose
scoop install main/docker-composeDocker.DockerCompose
winget install --id Docker.DockerCompose -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.