Нема описа

Nicolas De Loof fed50d79f2 introduce ecs-local context пре 5 година
.github ae45e08d43 Remove dependabot and add a check-dependencies command in make file пре 5 година
aci fed50d79f2 introduce ecs-local context пре 5 година
backend 4c6280b0e9 Rename docker/api -> docker/compose-cli пре 5 година
cli fed50d79f2 introduce ecs-local context пре 5 година
client fed50d79f2 introduce ecs-local context пре 5 година
compose fed50d79f2 introduce ecs-local context пре 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 fed50d79f2 introduce ecs-local context пре 5 година
errdefs 8e893fc5eb errdefs: Move to gotest.tools пре 5 година
example fed50d79f2 introduce ecs-local context пре 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 ed395a1e64 Display nice message on context creation (message taken from Moby cli) пре 5 година
utils 95de770e87 Update or add license header which are not valid пре 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 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md пре 5 година
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli пре 5 година
CONTRIBUTING.md 8cfcfc8645 Add issue template, Contributing guide and maintainers list пре 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 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md пре 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

Developing

See Instructions on building the cli, running tests locally and against Azure Container Instances (ACI) or Amazon ECS, and releasing it. Also Check contribution guidelines on conventions used in this project.