Define and run multi-container applications with Docker
Go to file
Guillaume Tardif 5c04e84e49
Merge pull request #882 from docker/yaml
Marshall cloudformation template as yaml
2020-11-06 13:51:12 +01:00
.github
aci Merge pull request #882 from docker/yaml 2020-11-06 13:51:12 +01:00
api Merge pull request #882 from docker/yaml 2020-11-06 13:51:12 +01:00
backend
cli Merge pull request #882 from docker/yaml 2020-11-06 13:51:12 +01:00
config
context
docs Add Healthchecks to ACI 2020-11-06 12:21:12 +01:00
ecs Merge pull request #882 from docker/yaml 2020-11-06 13:51:12 +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 Add Healthchecks to ACI 2020-11-06 12:21:12 +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 Add Healthchecks to ACI 2020-11-06 12:21:12 +01:00
go.sum Add Healthchecks to ACI 2020-11-06 12:21:12 +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.