Define and run multi-container applications with Docker https://docs.docker.com/compose/
Find a file
Nicolas De Loof eda6a59379
introduce options struct in the API
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-12-17 11:10:57 +01:00
.github
aci introduce options struct in the API 2020-12-17 11:10:57 +01:00
api introduce options struct in the API 2020-12-17 11:10:57 +01:00
backend
cli introduce options struct in the API 2020-12-17 11:10:57 +01:00
config
context
docs
ecs introduce options struct in the API 2020-12-17 11:10:57 +01:00
errdefs
example introduce options struct in the API 2020-12-17 11:10:57 +01:00
formatter
internal
local introduce options struct in the API 2020-12-17 11:10:57 +01:00
metrics
packaging
progress attach to log stream by default on up 2020-12-03 16:51:00 +01:00
prompt
protos
scripts
server introduce options struct in the API 2020-12-17 11:10:57 +01:00
tests Avoiding more ACI flakyness, some fixed in a804136b1c (fixing docker prune --dry-run --force , exact same issue here with docker prune --force) 2020-12-15 15:44:53 +01:00
utils
.dockerignore
.gitattributes Removed test requiring linux containers 2020-06-11 12:58:58 +02:00
.gitignore
.golangci.yml
builder.Makefile Lint packages behind feature flag : local, e2e 2020-11-18 17:18:15 +01:00
BUILDING.md
CHANGELOG.md
CONTRIBUTING.md contributing: Tidy and clarify 2020-09-03 15:54:20 +02:00
Dockerfile build: Add containerized go mod tidy 2020-12-07 12:22:58 +01:00
go.mod Introduce removeOrphans to cleanup injected AWS simulation container 2020-12-17 10:46:17 +01:00
go.sum deps: Bump docker and buildx vendoring 2020-12-16 10:57:42 +01:00
import-restrictions.yaml
INSTALL.md
LICENSE Add LICENSE and NOTICE files 2020-08-17 10:20:49 +02:00
MAINTAINERS
Makefile Do not run compose local e2e tests on windows GHA nodes for now (buildkit failing with failed to mount C:\ProgramData\docker\tmp\buildkit-mount370086869: [{Type:bind Source:C:\ProgramData\docker\windowsfilter\y3952h88q6ikevun9li41hjcb Options:[rbind ro]}]: invalid windows mount type: 'bind’). 2020-12-15 16:21:42 +01:00
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.