Define and run multi-container applications with Docker https://docs.docker.com/compose/
Find a file
Guillaume Tardif 542fd04c26
Merge pull request #1337 from docker/ecs_ece_failure
progress writes to stderr
2021-02-22 17:23:55 +01:00
.github Fixes GH Action config. 2021-02-22 14:25:21 +01:00
aci introduce pause and unpause commands 2021-02-22 17:08:41 +01:00
api introduce pause and unpause commands 2021-02-22 17:08:41 +01:00
cli introduce pause and unpause commands 2021-02-22 17:08:41 +01:00
docs
ecs Merge pull request #1337 from docker/ecs_ece_failure 2021-02-22 17:23:55 +01:00
internal
kube introduce pause and unpause commands 2021-02-22 17:08:41 +01:00
local introduce pause and unpause commands 2021-02-22 17:08:41 +01:00
packaging
scripts
utils pass service to LogConsumer 2021-02-22 11:40:26 +01:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml
builder.Makefile build: Add Linux and Darwin arm64 builds 2021-02-18 17:13:15 +01:00
BUILDING.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile deps: Bump Docker, Golang, linter 2021-02-18 17:13:15 +01:00
go.mod deps: Replace docker/distribution for distribution/distribution 2021-02-18 18:24:52 +01:00
go.sum deps: Replace docker/distribution for distribution/distribution 2021-02-18 18:24:52 +01:00
import-restrictions.yaml
INSTALL.md
LICENSE
MAINTAINERS
Makefile Add make install to symlink cli from make cli 2021-02-22 15:27:11 +01:00
NOTICE
README.md

Docker Compose CLI

Actions Status Actions Status

This CLI tool makes it easy to run Docker containers and Docker Compose applications 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:

Please create issues to leave feedback.

Examples

Development

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.