Nessuna descrizione

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

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.