Icon

Docker Compose

Docker Compose is a tool for defining and running multi-container Docker applications using a YAML file to configure the application's services, networks, and volumes.
Latest: 5.1.3 Winget
Last checked: Jun 9, 2026 12:10am
Rank: 269/15140
Also monitored via:
GitHub Releases Site Monitor AI Search NVD
Follow to track new versions in your feed.
Report

Overview

0
License: Apache License 2.0Installer: UnknownWinget: Available


CPE
cpe:2.3:a:docker:docker_compose

Version & Lifecycle

0
Current: 5.1.3 N-2: 5.1.1 Avg cadence: Every 14 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • December 14, 2025
0

Docker Compose – Command-line note

On Windows, Docker Compose is distributed as part of the Docker Desktop installer, so you deploy it silently by running the Docker Desktop setup with MSI-style options, for example: Docker Desktop Installer.exe install --quiet --accept-license --backend=wsl-2 --allowed-org=myorg to suppress UI and preconfigure the default backend and organization.

When managing Docker Compose through Docker Desktop on Windows, deploy/update it with the Docker Desktop installer and close Docker Desktop before the installer runs. If Docker Desktop is still open, managed updates can fail with Exit Code 1; close the Desktop UI first, then verify Docker Compose/Docker Desktop versions after setup.

Source: Docker Desktop Windows installer documentation.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Known Vulnerabilities

None found.

No published CVEs against cpe:2.3:a:docker:docker_compose.

Looks wrong? Suggest a different match
Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

Docker ComposeDocker Docker Compose

Packaging Notes

0

Distributed as a standalone binary and as part of Docker Desktop

Notes

0

Docker Compose is tightly integrated with Docker and supports building images, networking, and deployment specifications.