설명 없음

Chris Crone e4e77bd198 e2e.aci: Retry flaky HTTP GET requests 5 년 전
.github aa5244c4e1 Auto-label PRs 5 년 전
aci 55d54cb21c Merge pull request #584 from docker/aci_stop_follow_logs 5 년 전
backend 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 년 전
cli f24f02bbbb Merge pull request #581 from docker/remove_delete_alias 5 년 전
client a8c290fe98 Merge pull request #583 from docker/compose_ls 5 년 전
compose b75ad3473d Fix lint issues 5 년 전
config 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 년 전
containers 15066ce999 Add 'kill' command 5 년 전
context fed50d79f2 introduce ecs-local context 5 년 전
docs c3210a3973 Minor doc update on architecture 5 년 전
ecs 02be463fd7 Add `compose ls` command for ECS 5 년 전
errdefs 8e893fc5eb errdefs: Move to gotest.tools 5 년 전
example a8c290fe98 Merge pull request #583 from docker/compose_ls 5 년 전
formatter 3ba70a27c6 formatter,multierror,progress: Move to gotest.tools 5 년 전
local 15066ce999 Add 'kill' command 5 년 전
metrics 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 년 전
progress 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 년 전
prompt 95de770e87 Update or add license header which are not valid 5 년 전
protos 15066ce999 Add 'kill' command 5 년 전
scripts 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 년 전
secrets ec4615ae57 Apply linter recommendations 5 년 전
server 15066ce999 Add 'kill' command 5 년 전
tests e4e77bd198 e2e.aci: Retry flaky HTTP GET requests 5 년 전
utils b0c50ed6dd Implement compose ps on ACI 5 년 전
.dockerignore 9097b1f750 Add .git to .dockerignore 5 년 전
.gitattributes 93984f8c68 Removed test requiring linux containers 5 년 전
.gitignore fcc7582826 Remove non-project path 5 년 전
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock 5 년 전
BUILDING.md 770a9312f0 readme: Minor fixes 5 년 전
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 년 전
CONTRIBUTING.md 966bbfe8b8 contributing: Tidy and clarify 5 년 전
Dockerfile 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 년 전
INSTALL.md 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 년 전
LICENSE d7d9bb28bb Add LICENSE and NOTICE files 5 년 전
MAINTAINERS a9a6d3bf1d 5 년 전
Makefile ae45e08d43 Remove dependabot and add a check-dependencies command in make file 5 년 전
NOTICE d7d9bb28bb Add LICENSE and NOTICE files 5 년 전
README.md 770a9312f0 readme: Minor fixes 5 년 전
builder.Makefile b41d216aaa Add import restrictions check 5 년 전
go.mod c1ecb2b7be Check we have compose 1.27 or later 5 년 전
go.sum c1ecb2b7be Check we have compose 1.27 or later 5 년 전
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 년 전

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.