説明なし

Chris Crone a09f42d85e Merge pull request #579 from chris-crone/clarify-contributing 5 年 前
.github ae45e08d43 Remove dependabot and add a check-dependencies command in make file 5 年 前
aci bb58290eeb invoke browser with Run rather than Start, to get errors (on wsl no interop setup, and more generally if the browser app returns an error) 5 年 前
backend 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 年 前
cli c7e2db077e Merge pull request #544 from docker/simulation 5 年 前
client edb30e7e82 Revisit compose API so it uses compose-go Project as parameter 5 年 前
compose edb30e7e82 Revisit compose API so it uses compose-go Project as parameter 5 年 前
config 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 年 前
containers 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 年 前
context fed50d79f2 introduce ecs-local context 5 年 前
docs 95de770e87 Update or add license header which are not valid 5 年 前
ecs 4d11594df0 default description if none set by user 5 年 前
errdefs 8e893fc5eb errdefs: Move to gotest.tools 5 年 前
example edb30e7e82 Revisit compose API so it uses compose-go Project as parameter 5 年 前
formatter 3ba70a27c6 formatter,multierror,progress: Move to gotest.tools 5 年 前
local ad5c465bd1 Merge pull request #485 from docker/repo-rename 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 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 年 前
scripts 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 年 前
secrets ec4615ae57 Apply linter recommendations 5 年 前
server 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 年 前
tests c7e2db077e Merge pull request #544 from docker/simulation 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.