Açıklama Yok

Nicolas De Loof 7f8bb030e6 Introduce ECS emulation mode 5 yıl önce
.github ae45e08d43 Remove dependabot and add a check-dependencies command in make file 5 yıl önce
aci 7f8bb030e6 Introduce ECS emulation mode 5 yıl önce
backend 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 yıl önce
cli 7f8bb030e6 Introduce ECS emulation mode 5 yıl önce
client 7f8bb030e6 Introduce ECS emulation mode 5 yıl önce
compose 7f8bb030e6 Introduce ECS emulation mode 5 yıl önce
config 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 yıl önce
containers 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 yıl önce
context 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 yıl önce
docs 95de770e87 Update or add license header which are not valid 5 yıl önce
ecs 7f8bb030e6 Introduce ECS emulation mode 5 yıl önce
errdefs 8e893fc5eb errdefs: Move to gotest.tools 5 yıl önce
example 7f8bb030e6 Introduce ECS emulation mode 5 yıl önce
formatter 3ba70a27c6 formatter,multierror,progress: Move to gotest.tools 5 yıl önce
local ad5c465bd1 Merge pull request #485 from docker/repo-rename 5 yıl önce
metrics 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 yıl önce
progress 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 yıl önce
prompt 95de770e87 Update or add license header which are not valid 5 yıl önce
protos 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 yıl önce
scripts 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 yıl önce
secrets ec4615ae57 Apply linter recommendations 5 yıl önce
server 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 yıl önce
tests ed395a1e64 Display nice message on context creation (message taken from Moby cli) 5 yıl önce
utils 95de770e87 Update or add license header which are not valid 5 yıl önce
.dockerignore 9097b1f750 Add .git to .dockerignore 5 yıl önce
.gitattributes 93984f8c68 Removed test requiring linux containers 5 yıl önce
.gitignore fcc7582826 Remove non-project path 5 yıl önce
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock 5 yıl önce
BUILDING.MD 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 yıl önce
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 yıl önce
CONTRIBUTING.md 8cfcfc8645 Add issue template, Contributing guide and maintainers list 5 yıl önce
Dockerfile 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 yıl önce
INSTALL.md 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 yıl önce
LICENSE d7d9bb28bb Add LICENSE and NOTICE files 5 yıl önce
MAINTAINERS a9a6d3bf1d 5 yıl önce
Makefile ae45e08d43 Remove dependabot and add a check-dependencies command in make file 5 yıl önce
NOTICE d7d9bb28bb Add LICENSE and NOTICE files 5 yıl önce
README.md 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 yıl önce
builder.Makefile b41d216aaa Add import restrictions check 5 yıl önce
go.mod 7f8bb030e6 Introduce ECS emulation mode 5 yıl önce
go.sum 7f8bb030e6 Introduce ECS emulation mode 5 yıl önce
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 yıl önce

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.