Sem descrição

Guillaume Tardif 6cb19ed26d Merge pull request #620 from gtardif/ci_labeller há 5 anos atrás
.github d087d665d8 Trying back with pull_request_target event há 5 anos atrás
aci 57ded74aee Merge pull request #598 from docker/encode_env_values há 5 anos atrás
api 57ded74aee Merge pull request #598 from docker/encode_env_values há 5 anos atrás
backend 9ed06ece5b Adding volume API & initial CLI command há 5 anos atrás
cli 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” há 5 anos atrás
config 4c6280b0e9 Rename docker/api -> docker/compose-cli há 5 anos atrás
context fed50d79f2 introduce ecs-local context há 5 anos atrás
docs 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” há 5 anos atrás
ecs bcead6f5ce Merge pull request #602 from docker/useragent há 5 anos atrás
errdefs 8e893fc5eb errdefs: Move to gotest.tools há 5 anos atrás
example 9ed06ece5b Adding volume API & initial CLI command há 5 anos atrás
formatter 3ba70a27c6 formatter,multierror,progress: Move to gotest.tools há 5 anos atrás
local 08562b403e Connecting it all há 5 anos atrás
metrics 4c6280b0e9 Rename docker/api -> docker/compose-cli há 5 anos atrás
progress 4c6280b0e9 Rename docker/api -> docker/compose-cli há 5 anos atrás
prompt 95de770e87 Update or add license header which are not valid há 5 anos atrás
protos 15066ce999 Add 'kill' command há 5 anos atrás
scripts 1bb1499675 Fix linux script parsing version to check if we have the new CLI already installed or not (need to keep azure check for users who have the previous version installed :/ ) há 5 anos atrás
server 64a28f6636 Also move client => api/client há 5 anos atrás
tests 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” há 5 anos atrás
utils d06aa2827f Move containers, compose, secrets to /api há 5 anos atrás
.dockerignore 9097b1f750 Add .git to .dockerignore há 5 anos atrás
.gitattributes 93984f8c68 Removed test requiring linux containers há 5 anos atrás
.gitignore fcc7582826 Remove non-project path há 5 anos atrás
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock há 5 anos atrás
BUILDING.md 770a9312f0 readme: Minor fixes há 5 anos atrás
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli há 5 anos atrás
CONTRIBUTING.md 966bbfe8b8 contributing: Tidy and clarify há 5 anos atrás
Dockerfile 5ef51722d0 deps: Bump Golang to 1.15.2, golangci-lint to 1.31.0 há 5 anos atrás
INSTALL.md 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” há 5 anos atrás
LICENSE d7d9bb28bb Add LICENSE and NOTICE files há 5 anos atrás
MAINTAINERS a9a6d3bf1d há 5 anos atrás
Makefile ae45e08d43 Remove dependabot and add a check-dependencies command in make file há 5 anos atrás
NOTICE d7d9bb28bb Add LICENSE and NOTICE files há 5 anos atrás
README.md 770a9312f0 readme: Minor fixes há 5 anos atrás
builder.Makefile b41d216aaa Add import restrictions check há 5 anos atrás
go.mod 1506c7ac9b create ALB is protocol is set to "http" or "https" há 5 anos atrás
go.sum 1506c7ac9b create ALB is protocol is set to "http" or "https" há 5 anos atrás
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli há 5 anos atrás

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.