EXE
WinGet
Docker Compose
Docker Inc. · 5.1.4 · arm64
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-aarch64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Docker.DockerCompose
Version
5.1.4
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/v5.1.4/docker-compose-windows-aarch64.exe
Release Notes
What's Changed
✨ Improvements
- feat: add stop lifecycle hook for external providers by @glours in #13779
🐛 Fixes
- fix: route OCI artifact pulls through Docker Desktop HTTP proxy by @glours in #13770
- fix: restore stoppingEvent/stoppedEvent helpers for plugin stop hook by @glours in #13794
- fix(publish): flag literal inline environment values by @glours in #13760
🔧 Internal
- ci: remove unused e2e job from merge workflow by @glours in #13740
- chore: update cagent-action to v1.4.4 by @derekmi…