Define and run multi-container applications with Docker
Go to file
Guillaume Tardif 0ef42f7bcb Fix converting run health check options
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-11-13 11:49:44 +01:00
.github
aci Merge pull request #905 from docker/fix_aci_potential_nil_panic 2020-11-12 15:12:14 +01:00
api Move list of run specific flags where it’s used 2020-11-06 15:38:50 +01:00
backend
cli Fix converting run health check options 2020-11-13 11:49:44 +01:00
config
context
docs Merge pull request #903 from docker/ecs_mapping 2020-11-12 10:29:57 +01:00
ecs Use reservations if user has not set limits 2020-11-12 10:57:34 +01:00
errdefs
example
formatter
internal
local
metrics
packaging
progress
prompt
protos Add Healthchecks to ACI 2020-11-06 12:21:12 +01:00
scripts No specific case for windows, always resolve binary name before executing command 2020-11-05 17:38:03 +01:00
server Add Healthchecks to ACI 2020-11-06 12:21:12 +01:00
tests Deploy e2e compose stack with health check and validate it restarts failed container 2020-11-10 14:04:58 +01:00
utils
.dockerignore
.gitattributes
.gitignore
.golangci.yml
BUILDING.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
INSTALL.md
LICENSE
MAINTAINERS
Makefile
NOTICE
README.md
builder.Makefile
go.mod store cloudformation template on s3 to workaround API limit 2020-11-10 08:40:02 +01:00
go.sum store cloudformation template on s3 to workaround API limit 2020-11-10 08:40:02 +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.