Define and run multi-container applications with Docker
Go to file
Chris Crone 56eebade90 build: Fix syntax case
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-12-07 12:22:58 +01:00
.github
aci split `Up` into `Create`+`Start` so logs don't collide with progress 2020-12-04 08:16:50 +01:00
api split `Up` into `Create`+`Start` so logs don't collide with progress 2020-12-04 08:16:50 +01:00
backend
cli split `Up` into `Create`+`Start` so logs don't collide with progress 2020-12-04 08:16:50 +01:00
config
context
docs
ecs split `Up` into `Create`+`Start` so logs don't collide with progress 2020-12-04 08:16:50 +01:00
errdefs
example split `Up` into `Create`+`Start` so logs don't collide with progress 2020-12-04 08:16:50 +01:00
formatter split `Up` into `Create`+`Start` so logs don't collide with progress 2020-12-04 08:16:50 +01:00
internal
local Remove stopped containers on `down` 2020-12-07 11:39:21 +01:00
metrics
packaging
progress attach to log stream by default on `up` 2020-12-03 16:51:00 +01:00
prompt
protos
scripts
server split `Up` into `Create`+`Start` so logs don't collide with progress 2020-12-04 08:16:50 +01:00
tests
utils
.dockerignore
.gitattributes
.gitignore
.golangci.yml
BUILDING.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile build: Fix syntax case 2020-12-07 12:22:58 +01:00
INSTALL.md
LICENSE
MAINTAINERS
Makefile
NOTICE
README.md
builder.Makefile
go.mod
go.sum
import-restrictions.yaml

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.