Define and run multi-container applications with Docker https://docs.docker.com/compose/
Find a file
Nicolas De loof d073c93ff7
Merge pull request #1509 from docker/pause_project_name
pause/unpause only need project name. use getContainers where possible
2021-04-08 10:00:16 +02:00
.github Set our own docker CLI on windows nodes 2021-03-30 18:08:24 +02:00
aci pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
api pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
cli Merge pull request #1509 from docker/pause_project_name 2021-04-08 10:00:16 +02:00
docs
ecs pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
internal
kube pause/unpause only need project name. use getContainers where possible 2021-04-08 09:40:50 +02:00
local Merge pull request #1509 from docker/pause_project_name 2021-04-08 10:00:16 +02:00
packaging
scripts
utils Add scan message after docker build, add e2e tests 2021-03-29 19:12:06 +02:00
.dockerignore
.gitattributes
.gitignore
.golangci.yml
builder.Makefile transform binary name for arm packages 2021-03-22 12:39:22 +01:00
BUILDING.md
CHANGELOG.md
CONTRIBUTING.md contributing: Tidy and clarify 2020-09-03 15:54:20 +02:00
Dockerfile
go.mod Tidy Go modules 2021-04-07 14:06:42 +02:00
go.sum Update go term lib with windows support to get terminal size 2021-04-02 13:29:46 +02:00
import-restrictions.yaml
INSTALL.md
LICENSE
MAINTAINERS
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.