macOS
brew install docker-composelocal Homebrew formula metadata
sudo port install docker-composeMacPorts ports tree · python/docker-compose/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de docker-compose pour les workflows d'agents IA.
installation
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
aperçu
Isolated development environments using Docker
historique
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.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour docker-compose. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des 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./.envexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
docker-compose | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/docker/compose
métadonnées d'installation
| Clé du paquet | brew:docker-compose |
|---|---|
| Version | 5.3.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/docker-compose |
| Page d'accueil | https://docs.docker.com/compose/ |
| Dépôt | https://github.com/docker/compose |
| Docs amont | https://docs.docker.com/compose |
| Licence | Apache-2.0 |
| Archive source | https://github.com/docker/compose/archive/refs/tags/v5.3.1.tar.gz |
| Dernière mise à jour | 2026-07-07T15:33:42Z |
| Pulse | updated |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
| Précautions | Compose is a Docker plugin. For Docker to find the plugin, add "cliPluginsExtraDirs" to ~/.docker/config.json: "cliPluginsExtraDirs": [ "$HOMEBREW_PREFIX/lib/docker/cli-plugins" ] |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 -episte source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.