Bez popisu

Guillaume Tardif 10372b7098 Merge pull request #625 from docker/aci_context_create_no_sub před 5 roky
.github d945c34a55 Adding badge for cloud integration tests. před 5 roky
aci 10372b7098 Merge pull request #625 from docker/aci_context_create_no_sub před 5 roky
api 57ded74aee Merge pull request #598 from docker/encode_env_values před 5 roky
backend 9ed06ece5b Adding volume API & initial CLI command před 5 roky
cli 10372b7098 Merge pull request #625 from docker/aci_context_create_no_sub před 5 roky
config 4c6280b0e9 Rename docker/api -> docker/compose-cli před 5 roky
context 9c6aead797 Allow running commands with HOME=“”. před 5 roky
docs 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” před 5 roky
ecs e904c71b04 Merge pull request #624 from docker/feat-api-metrics před 5 roky
errdefs 8e893fc5eb errdefs: Move to gotest.tools před 5 roky
example 9ed06ece5b Adding volume API & initial CLI command před 5 roky
formatter 3ba70a27c6 formatter,multierror,progress: Move to gotest.tools před 5 roky
local 08562b403e Connecting it all před 5 roky
metrics e56061d27c Move fire and forget code from metrics.Track() (used only by CLI) to metrics.Send (used by both CLI and API) před 5 roky
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 před 5 roky
prompt 95de770e87 Update or add license header which are not valid před 5 roky
protos 15066ce999 Add 'kill' command před 5 roky
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 :/ ) před 5 roky
server dae9ab7bb0 Merge pull request #627 from docker/fix_no_home před 5 roky
tests 17bda79ca1 Changing e2e test PATH to make windows tests pass před 5 roky
utils d06aa2827f Move containers, compose, secrets to /api před 5 roky
.dockerignore 9097b1f750 Add .git to .dockerignore před 5 roky
.gitattributes 93984f8c68 Removed test requiring linux containers před 5 roky
.gitignore fcc7582826 Remove non-project path před 5 roky
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock před 5 roky
BUILDING.md 770a9312f0 readme: Minor fixes před 5 roky
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli před 5 roky
CONTRIBUTING.md 966bbfe8b8 contributing: Tidy and clarify před 5 roky
Dockerfile 5ef51722d0 deps: Bump Golang to 1.15.2, golangci-lint to 1.31.0 před 5 roky
INSTALL.md 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” před 5 roky
LICENSE d7d9bb28bb Add LICENSE and NOTICE files před 5 roky
MAINTAINERS a9a6d3bf1d před 5 roky
Makefile ae45e08d43 Remove dependabot and add a check-dependencies command in make file před 5 roky
NOTICE d7d9bb28bb Add LICENSE and NOTICE files před 5 roky
README.md d945c34a55 Adding badge for cloud integration tests. před 5 roky
builder.Makefile b41d216aaa Add import restrictions check před 5 roky
go.mod 30de56f64f Introduce support for external EFS volumes před 5 roky
go.sum 30de56f64f Introduce support for external EFS volumes před 5 roky
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli před 5 roky

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.