Define and run multi-container applications with Docker
Go to file
Guillaume Tardif 8d86f578ed
Merge pull request #1594 from gtardif/fix_test_race
Fix race in TestAttachRestart : wait for logs to appear rather than have a fixed TTL for the application
2021-04-26 12:12:25 +02:00
.github rebase workflow 2021-04-14 08:02:51 +02:00
aci aci-demo: Rework Dockerfiles 2021-04-19 12:50:16 +02:00
api Compose as a cli plugin 2021-04-22 17:51:29 +02:00
cli On default context, "compose" is implemented by CLI Plugin 2021-04-23 12:06:14 +02:00
docs Merge pull request #1578 from rjruizes/patch-1 2021-04-23 11:02:00 +02:00
ecs local backend to rely on dockerCli's LoadDefaultConfigFile 2021-04-22 17:51:28 +02:00
internal Add version to UserAgent on ACI 2020-10-12 09:15:32 +02:00
kube Merge pull request #1505 from aiordache/image_cmd 2021-04-08 11:24:35 +02:00
local Fix race in TestAttachRestart : wait for logs to appear rather than have a fixed TTL for the application 2021-04-26 12:01:24 +02:00
packaging packaging: Add EULA 2020-09-22 15:04:16 +02:00
scripts Install compose cli plugin in addition to compose-cli binary with scripted install 2021-04-23 11:34:22 +02:00
utils Handle Ctrl+C for compose CLI plugin. 2021-04-23 10:21:05 +02:00
.dockerignore packaging: Add EULA 2020-09-22 15:04:16 +02:00
.gitattributes Removed test requiring linux containers 2020-06-11 12:58:58 +02:00
.gitignore Add Azure sovereign cloud support 2021-02-15 18:38:59 -08:00
.golangci.yml Extract interface / types to allow unit tests / mock 2020-05-15 10:15:56 +02:00
BUILDING.md Remove example backend. 2021-01-19 11:29:48 +01:00
CHANGELOG.md Rename docker/api -> docker/compose-cli 2020-08-21 17:28:39 +02:00
CONTRIBUTING.md contributing: Tidy and clarify 2020-09-03 15:54:20 +02:00
Dockerfile Cross build & package compose-cli plugin 2021-04-22 17:51:29 +02:00
INSTALL.md install: Fix Linux install instructions and script 2020-09-25 17:01:00 +02:00
LICENSE Add LICENSE and NOTICE files 2020-08-17 10:20:49 +02:00
MAINTAINERS maintainers: Fix typo 2020-12-24 12:26:52 +01:00
Makefile Add make install to symlink cli from `make cli` 2021-02-22 15:27:11 +01:00
NOTICE Update copyright 2020-09-22 12:13:00 +02:00
README.md Fixed assertion after retry due to ACI flakyness on prune 2021-01-06 11:17:55 +01:00
builder.Makefile Cross build & package compose-cli plugin 2021-04-22 17:51:29 +02:00
go.mod Fix down not working if run from a different folder than up, because container labels stored relative paths 2021-04-22 16:19:31 +02:00
go.sum Fix down not working if run from a different folder than up, because container labels stored relative paths 2021-04-22 16:19:31 +02:00
import-restrictions.yaml Remove example backend. 2021-01-19 11:29:48 +01:00
main.go wrap compose cobra command to set exitcode according to metrics status 2021-04-22 17:51:29 +02: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.