macOS
brew install docker-composelocal Homebrew formula metadata
sudo port install docker-composeMacPorts ports tree · python/docker-compose/Portfile · ソース: api.github.com
brew
docker-compose のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.