macOS
brew install docker-composelocal Homebrew formula metadata
sudo port install docker-composeMacPorts ports tree · python/docker-compose/Portfile · 来源: api.github.com
安装
brew install docker-composelocal Homebrew formula metadata
sudo port install docker-composeMacPorts ports tree · python/docker-compose/Portfile · 来源: api.github.com
sudo apt install docker-composeDebian stable package indexes · docker-compose · 来源: deb.debian.org
sudo dnf install docker-composeFedora Rawhide package metadata · docker-compose · 来源: dl.fedoraproject.org
nix profile install nixpkgs#docker-composenixpkgs package indexes · docker-compose · 来源: raw.githubusercontent.com
sudo pacman -S docker-composeArch Linux sync databases · docker-compose · 来源: geo.mirror.pkgbuild.com
sudo zypper install docker-composeopenSUSE Tumbleweed package metadata · docker-compose · 来源: download.opensuse.org
choco install docker-composeChocolatey community package catalog · docker-compose · 来源: community.chocolatey.org
scoop install main/docker-composeScoop official bucket manifest trees · bucket/docker-compose.json · 来源: api.github.com
winget install --id Docker.DockerCompose -eWindows Package Manager source index · Docker.DockerCompose · 来源: cdn.winget.microsoft.com
概览
Isolated development environments using Docker
历史
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.
安全态势
没有找到 docker-compose 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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./.env可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
docker-compose | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/docker/compose
安装元数据
| 软件包键 | brew:docker-compose |
|---|---|
| 版本 | 5.3.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/docker-compose |
| 主页 | https://docs.docker.com/compose/ |
| 仓库 | https://github.com/docker/compose |
| 上游文档 | https://docs.docker.com/compose |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/docker/compose/archive/refs/tags/v5.3.1.tar.gz |
| 最后更新 | 2026-07-07T15:33:42Z |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
| 注意事项 | Compose is a Docker plugin. For Docker to find the plugin, add "cliPluginsExtraDirs" to ~/.docker/config.json: "cliPluginsExtraDirs": [ "$HOMEBREW_PREFIX/lib/docker/cli-plugins" ] |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.