Define and run multi-container applications with Docker
Go to file
Chris Crone 931767b22d deps: Replace docker/distribution for distribution/distribution
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2021-02-18 18:24:52 +01:00
.github deps: Bump Docker, Golang, linter 2021-02-18 17:13:15 +01:00
aci introduce --resolve-image-digests on config command 2021-02-18 14:48:28 +01:00
api introduce --rmi and --volumes option on down 2021-02-17 16:11:35 +01:00
cli lint: Fix linting errors 2021-02-18 17:29:05 +01:00
docs
ecs introduce --resolve-image-digests on config command 2021-02-18 14:48:28 +01:00
internal
kube Merge pull request #1306 from aiordache/compose_exec_cmd 2021-02-16 14:15:48 +01:00
local deps: Replace docker/distribution for distribution/distribution 2021-02-18 18:24:52 +01:00
packaging
scripts
utils reconcide log's wplit_writer implementations 2021-02-16 10:59:28 +01:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml
BUILDING.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile deps: Bump Docker, Golang, linter 2021-02-18 17:13:15 +01:00
INSTALL.md
LICENSE
MAINTAINERS
Makefile Use gotestsum to make FAILURES more visible 2021-02-15 18:17:31 -03:00
NOTICE
README.md
builder.Makefile build: Add Linux and Darwin arm64 builds 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

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.