EXE
WinGet
Docker Compose
Docker Inc. · 2.40.2 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
docker-compose-windows-x86_64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Docker.DockerCompose
Version
2.40.2
Description
docker-compose plugin for docker cli
License
Apache-2.0
↗
Homepage
https://github.com/docker/compose
Installer URL
https://github.com/docker/compose/releases/download/v2.40.2/docker-compose-windows-x86_64.exe
Release Notes
What's Changed
- Compose can't create a tar with adequate uid:gid ownership by @ndeloof in #13299
- fail build if minimal required version of buildx isn't installed by @ndeloof in #13295
- remove unused code to only rely on api.Service by @ndeloof in #13300
- test digest or canonical reference, not only tag, when checking if an image is already present by @glours in #13302
- introduce WithPrompt to configure compose backend to use a plugable UI component for user interaction by @ndeloof in #1330…