Define and run multi-container applications with Docker https://docs.docker.com/compose/
Find a file
Guillaume Tardif 6f19bbfd5e We can’t anymore “fire and forget”, now that metrics get posted right at the end, most of the time we’d loose them.
Give it max 50 ms to post metrics, that’s plenty, post call ends in ~2 ms or less when desktop is up, less than one ms to fail the post when DD is not listening.

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-09-18 15:57:02 +02:00
.github Adding badge for cloud integration tests. 2020-09-17 12:19:04 +02:00
aci Add status field in API metrics 2020-09-18 15:22:34 +02:00
api
backend
cli Add status field in API metrics 2020-09-18 15:22:34 +02:00
config
context Allow running commands with HOME=“”. 2020-09-17 09:08:17 +02:00
docs
ecs Add status field in API metrics 2020-09-18 15:22:34 +02:00
errdefs Add status field in API metrics 2020-09-18 15:22:34 +02:00
example
formatter
local
metrics We can’t anymore “fire and forget”, now that metrics get posted right at the end, most of the time we’d loose them. 2020-09-18 15:57:02 +02:00
progress
prompt
protos
scripts
server Add status field in API metrics 2020-09-18 15:22:34 +02:00
tests Changing e2e test PATH to make windows tests pass 2020-09-17 17:13:05 +02:00
utils
.dockerignore
.gitattributes
.gitignore
.golangci.yml
builder.Makefile Add import restrictions check 2020-08-19 12:31:30 +02:00
BUILDING.md
CHANGELOG.md
CONTRIBUTING.md contributing: Tidy and clarify 2020-09-03 15:54:20 +02:00
Dockerfile deps: Bump Golang to 1.15.2, golangci-lint to 1.31.0 2020-09-14 17:23:18 +02:00
go.mod Introduce support for external EFS volumes 2020-09-15 13:03:53 +02:00
go.sum Introduce support for external EFS volumes 2020-09-15 13:03:53 +02:00
import-restrictions.yaml
INSTALL.md
LICENSE
MAINTAINERS
Makefile
NOTICE
README.md Adding badge for cloud integration tests. 2020-09-17 12:19:04 +02:00

Docker Compose CLI

Actions Status Actions Status

This CLI tool makes it easy to run containers 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:

⚠️ This CLI is currently in beta 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.