Docker Compose's integration for ECS and ACI retired in November 2023. For now, our main priority in this repository are critical security fixes.
ECS users can consider using compose-ecs.
This Compose CLI tool makes it easy to run Docker containers and Docker Compose applications in the cloud using either :
...using the Docker commands you already know.
This repository is about "Cloud Integrations", the Docker Compose v2 code has moved to github.com/docker/compose
To get started with Compose CLI, all you need is:
Please create issues to leave feedback.
See the instructions in BUILDING.md for how to build the CLI and run its tests; including the end to end tests for local containers, ACI, and ECS. The guide also includes instructions for releasing the CLI.
Before contributing, please read the contribution guidelines which includes conventions used in this project.