No Description

Guillaume Tardif bcead6f5ce Merge pull request #602 from docker/useragent 5 years ago
.github c8824a5421 Update labeler config 5 years ago
aci 0b3fdb637d Change volume IDs from “storageaccount@fileshare“ to “storageaccount/fileshare” 5 years ago
api 099b64935b Minor fixes 5 years ago
backend 9ed06ece5b Adding volume API & initial CLI command 5 years ago
cli 0b3fdb637d Change volume IDs from “storageaccount@fileshare“ to “storageaccount/fileshare” 5 years ago
config 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 years ago
context fed50d79f2 introduce ecs-local context 5 years ago
docs c3210a3973 Minor doc update on architecture 5 years ago
ecs bcead6f5ce Merge pull request #602 from docker/useragent 5 years ago
errdefs 8e893fc5eb errdefs: Move to gotest.tools 5 years ago
example 9ed06ece5b Adding volume API & initial CLI command 5 years ago
formatter 3ba70a27c6 formatter,multierror,progress: Move to gotest.tools 5 years ago
local 08562b403e Connecting it all 5 years ago
metrics 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 years ago
progress 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 years ago
prompt 95de770e87 Update or add license header which are not valid 5 years ago
protos 15066ce999 Add 'kill' command 5 years ago
scripts 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 years ago
server 64a28f6636 Also move client => api/client 5 years ago
tests 0b3fdb637d Change volume IDs from “storageaccount@fileshare“ to “storageaccount/fileshare” 5 years ago
utils d06aa2827f Move containers, compose, secrets to /api 5 years ago
.dockerignore 9097b1f750 Add .git to .dockerignore 5 years ago
.gitattributes 93984f8c68 Removed test requiring linux containers 5 years ago
.gitignore fcc7582826 Remove non-project path 5 years ago
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock 5 years ago
BUILDING.md 770a9312f0 readme: Minor fixes 5 years ago
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 years ago
CONTRIBUTING.md 966bbfe8b8 contributing: Tidy and clarify 5 years ago
Dockerfile 026a833732 deps: Bump Golang to 1.15.1 5 years ago
INSTALL.md 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 years ago
LICENSE d7d9bb28bb Add LICENSE and NOTICE files 5 years ago
MAINTAINERS a9a6d3bf1d 5 years ago
Makefile ae45e08d43 Remove dependabot and add a check-dependencies command in make file 5 years ago
NOTICE d7d9bb28bb Add LICENSE and NOTICE files 5 years ago
README.md 770a9312f0 readme: Minor fixes 5 years ago
builder.Makefile b41d216aaa Add import restrictions check 5 years ago
go.mod 1506c7ac9b create ALB is protocol is set to "http" or "https" 5 years ago
go.sum 1506c7ac9b create ALB is protocol is set to "http" or "https" 5 years ago
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 years ago

README.md

Docker Compose CLI

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:

:warning: 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.