Brak opisu

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

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.