Aucune description

Guillaume Tardif cbb416976a Merge pull request #577 from docker/aci_device_login_ctrlc il y a 5 ans
.github ae45e08d43 Remove dependabot and add a check-dependencies command in make file il y a 5 ans
aci cbb416976a Merge pull request #577 from docker/aci_device_login_ctrlc il y a 5 ans
backend 4c6280b0e9 Rename docker/api -> docker/compose-cli il y a 5 ans
cli 303958bb44 Merge pull request #574 from ulyssessouza/alias-rm-kill il y a 5 ans
client 15066ce999 Add 'kill' command il y a 5 ans
compose edb30e7e82 Revisit compose API so it uses compose-go Project as parameter il y a 5 ans
config 4c6280b0e9 Rename docker/api -> docker/compose-cli il y a 5 ans
containers 15066ce999 Add 'kill' command il y a 5 ans
context fed50d79f2 introduce ecs-local context il y a 5 ans
docs 95de770e87 Update or add license header which are not valid il y a 5 ans
ecs 7104b8126a another hack-ish hack to support compose logs il y a 5 ans
errdefs 8e893fc5eb errdefs: Move to gotest.tools il y a 5 ans
example 15066ce999 Add 'kill' command il y a 5 ans
formatter 3ba70a27c6 formatter,multierror,progress: Move to gotest.tools il y a 5 ans
local 15066ce999 Add 'kill' command il y a 5 ans
metrics 4c6280b0e9 Rename docker/api -> docker/compose-cli il y a 5 ans
progress 4c6280b0e9 Rename docker/api -> docker/compose-cli il y a 5 ans
prompt 95de770e87 Update or add license header which are not valid il y a 5 ans
protos 15066ce999 Add 'kill' command il y a 5 ans
scripts 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md il y a 5 ans
secrets ec4615ae57 Apply linter recommendations il y a 5 ans
server 15066ce999 Add 'kill' command il y a 5 ans
tests c7e2db077e Merge pull request #544 from docker/simulation il y a 5 ans
utils b0c50ed6dd Implement compose ps on ACI il y a 5 ans
.dockerignore 9097b1f750 Add .git to .dockerignore il y a 5 ans
.gitattributes 93984f8c68 Removed test requiring linux containers il y a 5 ans
.gitignore fcc7582826 Remove non-project path il y a 5 ans
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock il y a 5 ans
BUILDING.md 770a9312f0 readme: Minor fixes il y a 5 ans
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli il y a 5 ans
CONTRIBUTING.md 966bbfe8b8 contributing: Tidy and clarify il y a 5 ans
Dockerfile 4c6280b0e9 Rename docker/api -> docker/compose-cli il y a 5 ans
INSTALL.md 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md il y a 5 ans
LICENSE d7d9bb28bb Add LICENSE and NOTICE files il y a 5 ans
MAINTAINERS a9a6d3bf1d il y a 5 ans
Makefile ae45e08d43 Remove dependabot and add a check-dependencies command in make file il y a 5 ans
NOTICE d7d9bb28bb Add LICENSE and NOTICE files il y a 5 ans
README.md 770a9312f0 readme: Minor fixes il y a 5 ans
builder.Makefile b41d216aaa Add import restrictions check il y a 5 ans
go.mod c1ecb2b7be Check we have compose 1.27 or later il y a 5 ans
go.sum c1ecb2b7be Check we have compose 1.27 or later il y a 5 ans
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli il y a 5 ans

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.