Define and run multi-container applications with Docker https://docs.docker.com/compose/
Find a file
Ulysses Souza cef7a2d4ce Refactor ProjectName
This separate project name and service name for command `run`

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-01-04 14:11:54 +00:00
.github ci: Bump linter 2020-12-24 12:15:59 +01:00
aci Pass reader Writer as options to backend, remove hardcoded os.Stdout 2020-12-18 10:01:06 +01:00
api Refactor ProjectName 2021-01-04 14:11:54 +00:00
backend
cli Refactor ProjectName 2021-01-04 14:11:54 +00:00
config
context
docs
ecs Added a diagnostic log for region mismtach 2021-01-04 14:14:45 +01:00
errdefs
example Pass reader Writer as options to backend, remove hardcoded os.Stdout 2020-12-18 10:01:06 +01:00
formatter
internal
local Refactor ProjectName 2021-01-04 14:11:54 +00:00
metrics
packaging
progress
prompt
protos
scripts
server Refactor ProjectName 2021-01-04 14:11:54 +00:00
tests Attaching container logs 2020-12-18 10:01:08 +01:00
utils
.dockerignore
.gitattributes
.gitignore
.golangci.yml
builder.Makefile
BUILDING.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile deps: Bump Golang 2020-12-24 12:17:14 +01:00
go.mod
go.sum
import-restrictions.yaml
INSTALL.md
LICENSE
MAINTAINERS maintainers: Fix typo 2020-12-24 12:26:52 +01:00
Makefile
NOTICE
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.