Keine Beschreibung

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

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.