macOS
brew install docker-composelocal Homebrew formula metadata
sudo port install docker-composeMacPorts ports tree · python/docker-compose/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für docker-compose in AI-Agent-Workflows.
Installation
brew install docker-composelocal Homebrew formula metadata
sudo port install docker-composeMacPorts ports tree · python/docker-compose/Portfile · Quelle: api.github.com
sudo apt install docker-composeDebian stable package indexes · docker-compose · Quelle: deb.debian.org
sudo dnf install docker-composeFedora Rawhide package metadata · docker-compose · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#docker-composenixpkgs package indexes · docker-compose · Quelle: raw.githubusercontent.com
sudo pacman -S docker-composeArch Linux sync databases · docker-compose · Quelle: geo.mirror.pkgbuild.com
sudo zypper install docker-composeopenSUSE Tumbleweed package metadata · docker-compose · Quelle: download.opensuse.org
choco install docker-composeChocolatey community package catalog · docker-compose · Quelle: community.chocolatey.org
scoop install main/docker-composeScoop official bucket manifest trees · bucket/docker-compose.json · Quelle: api.github.com
winget install --id Docker.DockerCompose -eWindows Package Manager source index · Docker.DockerCompose · Quelle: cdn.winget.microsoft.com
Überblick
Isolated development environments using Docker
Verlauf
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.
Sicherheitslage
Für docker-compose wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
docker-compose | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/docker/compose
Installationsmetadaten
| Paketschlüssel | brew:docker-compose |
|---|---|
| Version | 5.3.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/docker-compose |
| Homepage | https://docs.docker.com/compose/ |
| Repository | https://github.com/docker/compose |
| Upstream-Dokumentation | https://docs.docker.com/compose |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/docker/compose/archive/refs/tags/v5.3.1.tar.gz |
| Zuletzt aktualisiert | 2026-07-07T15:33:42Z |
| Pulse | updated |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
| Einschränkungen | 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-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.