Nincs leírás

Guillaume Tardif 970ac218d3 Merge pull request #552 from docker/maintainers 5 éve
.github ae45e08d43 Remove dependabot and add a check-dependencies command in make file 5 éve
aci 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
backend 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
cli ad5c465bd1 Merge pull request #485 from docker/repo-rename 5 éve
client 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
compose ec4615ae57 Apply linter recommendations 5 éve
config 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
containers 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
context 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
docs 95de770e87 Update or add license header which are not valid 5 éve
ecs 4879e88b04 Fix last references to /docker/api 5 éve
errdefs 8e893fc5eb errdefs: Move to gotest.tools 5 éve
example 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
formatter 3ba70a27c6 formatter,multierror,progress: Move to gotest.tools 5 éve
local ad5c465bd1 Merge pull request #485 from docker/repo-rename 5 éve
metrics 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
progress 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
prompt 95de770e87 Update or add license header which are not valid 5 éve
protos 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
scripts 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 éve
secrets ec4615ae57 Apply linter recommendations 5 éve
server 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
tests ad5c465bd1 Merge pull request #485 from docker/repo-rename 5 éve
utils 95de770e87 Update or add license header which are not valid 5 éve
.dockerignore 9097b1f750 Add .git to .dockerignore 5 éve
.gitattributes 93984f8c68 Removed test requiring linux containers 5 éve
.gitignore fcc7582826 Remove non-project path 5 éve
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock 5 éve
BUILDING.MD 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 éve
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
CONTRIBUTING.md 8cfcfc8645 Add issue template, Contributing guide and maintainers list 5 éve
Dockerfile 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve
INSTALL.md 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 éve
LICENSE d7d9bb28bb Add LICENSE and NOTICE files 5 éve
MAINTAINERS a9a6d3bf1d 5 éve
Makefile ae45e08d43 Remove dependabot and add a check-dependencies command in make file 5 éve
NOTICE d7d9bb28bb Add LICENSE and NOTICE files 5 éve
README.md 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md 5 éve
builder.Makefile b41d216aaa Add import restrictions check 5 éve
go.mod ad5c465bd1 Merge pull request #485 from docker/repo-rename 5 éve
go.sum a15679fb94 Update go.sum after dependabot PR 5 éve
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 éve

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.