Define and run multi-container applications with Docker
Go to file
Ulysses Souza a3e81be6ea Bump compose-go for absolute paths fix
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-01-29 10:24:41 -03:00
.github CI build, lint & test tube backend. 2021-01-26 18:09:29 +01:00
aci Merge pull request #1180 from docker/add-compose-stop 2021-01-29 12:15:24 +01:00
api Merge pull request #1180 from docker/add-compose-stop 2021-01-29 12:15:24 +01:00
cli DIsplay progress of starting containers when not attaching to logs (compose up, start) 2021-01-29 12:46:19 +01:00
docs Remove example backend. 2021-01-19 11:29:48 +01:00
ecs Add start and stop commands 2021-01-27 17:18:10 -03:00
internal
kube Add start and stop commands 2021-01-27 17:18:10 -03:00
local Merge pull request #1180 from docker/add-compose-stop 2021-01-29 12:15:24 +01:00
packaging
scripts
utils Moving last things from /tests, removing dead code 2021-01-19 15:48:48 +01:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml
BUILDING.md Remove example backend. 2021-01-19 11:29:48 +01:00
CHANGELOG.md
CONTRIBUTING.md
Dockerfile Fix protos target to update new protos folder 2021-01-19 16:48:54 +01:00
INSTALL.md
LICENSE
MAINTAINERS
Makefile CI build, lint & test tube backend. 2021-01-26 18:09:29 +01:00
NOTICE
README.md
builder.Makefile CI build, lint & test tube backend. 2021-01-26 18:09:29 +01:00
go.mod Bump compose-go for absolute paths fix 2021-01-29 10:24:41 -03:00
go.sum Bump compose-go for absolute paths fix 2021-01-29 10:24:41 -03: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.