mirror of https://github.com/docker/compose.git
1.5 KiB
1.5 KiB
Docker Compose CLI
This CLI tool makes it easy to run containers in the cloud using either Amazon Elastic Container Service (ECS) or Microsoft Azure Container Instances (ACI) using the Docker commands you already know.
To get started, all you need is:
- An AWS or Azure account
- Windows: Edge release of Docker Desktop
- macOS: The Edge release of Docker Desktop
- Linux: Install script
⚠️ This CLI is currently in beta please create issues to leave feedback
Examples
Developing
See Instructions on building the cli, running tests locally and against Azure Container Instances (ACI) or Amazon ECS, and releasing it. Also Check contribution guidelines on conventions used in this project.