Define and run multi-container applications with Docker
Go to file
Nicolas De Loof a942ef4a81
Kill on second SIGTERM
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-03-22 16:56:02 +01:00
.github Validate cross build on all platforms only on the main branch, not every PR 2021-02-26 11:31:35 +01:00
aci Merge pull request #1438 from docker/port 2021-03-19 15:08:09 +01:00
api Merge pull request #1438 from docker/port 2021-03-19 15:08:09 +01:00
cli Kill on second SIGTERM 2021-03-22 16:56:02 +01:00
docs Merge pull request #1415 from ulyssessouza/add-restart 2021-03-19 15:04:57 +01:00
ecs Merge pull request #1438 from docker/port 2021-03-19 15:08:09 +01:00
internal Add version to UserAgent on ACI 2020-10-12 09:15:32 +02:00
kube Merge pull request #1438 from docker/port 2021-03-19 15:08:09 +01:00
local run ContainerWait in background so we catch container exit 2021-03-22 16:31:10 +01:00
packaging
scripts Add arm64 support to linux install script 2021-03-06 11:18:07 +01:00
utils introduce config --services, --volumes, --hash for backward compatibility 2021-03-19 15:40:24 +01:00
.dockerignore
.gitattributes
.gitignore Add Azure sovereign cloud support 2021-02-15 18:38:59 -08:00
.golangci.yml
BUILDING.md Remove example backend. 2021-01-19 11:29:48 +01:00
CHANGELOG.md
CONTRIBUTING.md
Dockerfile deps: Bump Docker, Golang, linter 2021-02-18 17:13:15 +01:00
INSTALL.md
LICENSE
MAINTAINERS maintainers: Fix typo 2020-12-24 12:26:52 +01:00
Makefile Add make install to symlink cli from `make cli` 2021-02-22 15:27:11 +01:00
NOTICE
README.md Fixed assertion after retry due to ACI flakyness on prune 2021-01-06 11:17:55 +01:00
builder.Makefile transform binary name for arm packages 2021-03-22 12:39:22 +01:00
go.mod --no-interpolate 2021-03-22 10:01:34 +01:00
go.sum --no-interpolate 2021-03-22 10:01:34 +01:00
import-restrictions.yaml Remove example backend. 2021-01-19 11:29:48 +01:00

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.