Automic VaultAutomic Vault

brew

docker-compose mit Homebrew, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für docker-compose in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install docker-compose

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install docker-compose

MacPorts ports tree · python/docker-compose/Portfile · Quelle: api.github.com

Linux

Debian aptverifiziert · 92%
sudo apt install docker-compose

Debian stable package indexes · docker-compose · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install docker-compose

Fedora Rawhide package metadata · docker-compose · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#docker-compose

nixpkgs package indexes · docker-compose · Quelle: raw.githubusercontent.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S docker-compose

Arch Linux sync databases · docker-compose · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install docker-compose

openSUSE Tumbleweed package metadata · docker-compose · Quelle: download.opensuse.org

Windows

Chocolateyverifiziert · 92%
choco install docker-compose

Chocolatey community package catalog · docker-compose · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/docker-compose

Scoop official bucket manifest trees · bucket/docker-compose.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id Docker.DockerCompose -e

Windows Package Manager source index · Docker.DockerCompose · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Isolated development environments using Docker

Befehle und Aliase

  • docker-compose

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2010s: Compose popularizes application stacks described in docker-compose.yml files.
  • 2020: The Compose Specification becomes the shared Compose file format used by the modern project.
  • 2020s: The Go-based Compose V2 becomes the main Docker Compose implementation, with the Python version kept on the v1 branch.
  • 2026: Docker docs present Compose as the standard tool for defining and running multi-container applications, and the batch input lists broad package-manager distribution.

Related projects

  • Docker Compose is closely related to Docker Engine, Docker Desktop, the Compose Specification, Docker Buildx for Compose builds, Swarm's older Compose-file usage, and editor tools such as Microsoft's Compose Language Service.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

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.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
./compose.yaml./compose.yml./docker-compose.yaml./docker-compose.yml./.env

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
docker-composecliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-25
Manager-Version5.3.1
Manager aktualisiert2026-07-07
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv5.3.1

https://github.com/docker/compose

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:docker-compose
Version5.3.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/docker-compose
Homepagehttps://docs.docker.com/compose/
Repositoryhttps://github.com/docker/compose
Upstream-Dokumentationhttps://docs.docker.com/compose
LizenzApache-2.0
Quellarchivhttps://github.com/docker/compose/archive/refs/tags/v5.3.1.tar.gz
Zuletzt aktualisiert2026-07-07T15:33:42Z
Pulseupdated
Build-Abhängigkeitengo
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert
EinschränkungenCompose 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

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namedocker-compose
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

docker-compose 2.26.1-4

Define and run multi-container applications with Docker (program)

https://github.com/docker/compose

sudo apt install docker-compose
  • Section: admin
  • Architecture: amd64
  • 1 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Docker Compose
Debian stable package indexes · deb.debian.org · Debian stable package indexes: docker-compose from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

docker-compose

nix profile install nixpkgs#docker-compose
  • normalized package name match
  • Abgeglichen nach: Docker Compose
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: docker-compose from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

docker-compose 1.29.2-6ubuntu1

define and run multi-container Docker applications with YAML

https://docs.docker.com/compose/

sudo apt install docker-compose
  • Section: universe/admin
  • Architecture: all
  • 2 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Docker Compose
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: docker-compose from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-compose 1.29.2-6ubuntu1

Python implementation of docker-compose file specification

https://docs.docker.com/compose/

sudo apt install python3-compose
  • Section: universe/admin
  • Architecture: all
  • Source Package: docker-compose
  • 13 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Docker Compose
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-compose from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

docker-compose 5.1.4-1.fc45

Define and run multi-container applications with Docker

https://github.com/docker/compose

sudo dnf install docker-compose
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT AND MPL-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: docker-compose
  • 4 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Docker Compose
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: docker-compose from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

docker-compose 5.1.4-1

Fast, isolated development environments using Docker

https://www.docker.com/

sudo pacman -S docker-compose
  • License: Apache-2.0
  • Architecture: x86_64
  • normalized package name match
  • Abgeglichen nach: Docker Compose
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: docker-compose from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

docker-compose 5.1.4-1.1

Define and run multi-container applications with Docker

https://github.com/docker/compose

sudo zypper install docker-compose
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: docker-compose
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Docker Compose
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: docker-compose from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

docker-compose

sudo port install docker-compose
  • normalized package name match
  • Abgeglichen nach: Docker Compose
MacPorts ports tree · api.github.com · MacPorts ports tree: python/docker-compose/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

docker-compose

choco install docker-compose
  • normalized package name match
  • Abgeglichen nach: Docker Compose
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: docker-compose from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','dnspy'
Scoop95%

main/docker-compose

scoop install main/docker-compose
  • normalized package name match
  • Abgeglichen nach: Docker Compose
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/docker-compose.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Docker.DockerCompose

winget install --id Docker.DockerCompose -e
  • normalized package name match
  • Abgeglichen nach: Docker Compose
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Docker.DockerCompose from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment