Sen descrición

Guillaume Tardif d320d5460c Merge pull request #621 from gtardif/ci_minor_changes %!s(int64=5) %!d(string=hai) anos
.github d945c34a55 Adding badge for cloud integration tests. %!s(int64=5) %!d(string=hai) anos
aci e904c71b04 Merge pull request #624 from docker/feat-api-metrics %!s(int64=5) %!d(string=hai) anos
api 57ded74aee Merge pull request #598 from docker/encode_env_values %!s(int64=5) %!d(string=hai) anos
backend 9ed06ece5b Adding volume API & initial CLI command %!s(int64=5) %!d(string=hai) anos
cli 9c6aead797 Allow running commands with HOME=“”. %!s(int64=5) %!d(string=hai) anos
config 4c6280b0e9 Rename docker/api -> docker/compose-cli %!s(int64=5) %!d(string=hai) anos
context 9c6aead797 Allow running commands with HOME=“”. %!s(int64=5) %!d(string=hai) anos
docs 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” %!s(int64=5) %!d(string=hai) anos
ecs e904c71b04 Merge pull request #624 from docker/feat-api-metrics %!s(int64=5) %!d(string=hai) anos
errdefs 8e893fc5eb errdefs: Move to gotest.tools %!s(int64=5) %!d(string=hai) anos
example 9ed06ece5b Adding volume API & initial CLI command %!s(int64=5) %!d(string=hai) anos
formatter 3ba70a27c6 formatter,multierror,progress: Move to gotest.tools %!s(int64=5) %!d(string=hai) anos
local 08562b403e Connecting it all %!s(int64=5) %!d(string=hai) anos
metrics e56061d27c Move fire and forget code from metrics.Track() (used only by CLI) to metrics.Send (used by both CLI and API) %!s(int64=5) %!d(string=hai) anos
progress 267b267201 Progress functions can return a string, that can be used in the caller of progress.Run to display final result after progress display %!s(int64=5) %!d(string=hai) anos
prompt 95de770e87 Update or add license header which are not valid %!s(int64=5) %!d(string=hai) anos
protos 15066ce999 Add 'kill' command %!s(int64=5) %!d(string=hai) anos
scripts 1bb1499675 Fix linux script parsing version to check if we have the new CLI already installed or not (need to keep azure check for users who have the previous version installed :/ ) %!s(int64=5) %!d(string=hai) anos
server dae9ab7bb0 Merge pull request #627 from docker/fix_no_home %!s(int64=5) %!d(string=hai) anos
tests 9c6aead797 Allow running commands with HOME=“”. %!s(int64=5) %!d(string=hai) anos
utils d06aa2827f Move containers, compose, secrets to /api %!s(int64=5) %!d(string=hai) anos
.dockerignore 9097b1f750 Add .git to .dockerignore %!s(int64=5) %!d(string=hai) anos
.gitattributes 93984f8c68 Removed test requiring linux containers %!s(int64=5) %!d(string=hai) anos
.gitignore fcc7582826 Remove non-project path %!s(int64=5) %!d(string=hai) anos
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock %!s(int64=5) %!d(string=hai) anos
BUILDING.md 770a9312f0 readme: Minor fixes %!s(int64=5) %!d(string=hai) anos
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli %!s(int64=5) %!d(string=hai) anos
CONTRIBUTING.md 966bbfe8b8 contributing: Tidy and clarify %!s(int64=5) %!d(string=hai) anos
Dockerfile 5ef51722d0 deps: Bump Golang to 1.15.2, golangci-lint to 1.31.0 %!s(int64=5) %!d(string=hai) anos
INSTALL.md 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” %!s(int64=5) %!d(string=hai) anos
LICENSE d7d9bb28bb Add LICENSE and NOTICE files %!s(int64=5) %!d(string=hai) anos
MAINTAINERS a9a6d3bf1d %!s(int64=5) %!d(string=hai) anos
Makefile ae45e08d43 Remove dependabot and add a check-dependencies command in make file %!s(int64=5) %!d(string=hai) anos
NOTICE d7d9bb28bb Add LICENSE and NOTICE files %!s(int64=5) %!d(string=hai) anos
README.md d945c34a55 Adding badge for cloud integration tests. %!s(int64=5) %!d(string=hai) anos
builder.Makefile b41d216aaa Add import restrictions check %!s(int64=5) %!d(string=hai) anos
go.mod 30de56f64f Introduce support for external EFS volumes %!s(int64=5) %!d(string=hai) anos
go.sum 30de56f64f Introduce support for external EFS volumes %!s(int64=5) %!d(string=hai) anos
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli %!s(int64=5) %!d(string=hai) anos

README.md

Docker Compose CLI

Actions Status 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

Development

See the instructions in BUILDING.md for how to build the CLI and run its tests; including the end to end tests for local containers, ACI, and ECS. The guide also includes instructions for releasing the CLI.

Before contributing, please read the contribution guidelines which includes conventions used in this project.