بدون توضیح

Nicolas De loof b22ebd61c4 minor error improvement to match AWS docs 5 سال پیش
.github d087d665d8 Trying back with pull_request_target event 5 سال پیش
aci 0c1de64c84 Merge pull request #610 from docker/fix_volume_error_message 5 سال پیش
api 57ded74aee Merge pull request #598 from docker/encode_env_values 5 سال پیش
backend 9ed06ece5b Adding volume API & initial CLI command 5 سال پیش
cli 6d35a6d644 Merge pull request #609 from docker/refacto_multi_error_format 5 سال پیش
config 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 سال پیش
context fed50d79f2 introduce ecs-local context 5 سال پیش
docs 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” 5 سال پیش
ecs b22ebd61c4 minor error improvement to match AWS docs 5 سال پیش
errdefs 8e893fc5eb errdefs: Move to gotest.tools 5 سال پیش
example 9ed06ece5b Adding volume API & initial CLI command 5 سال پیش
formatter 3ba70a27c6 formatter,multierror,progress: Move to gotest.tools 5 سال پیش
local 08562b403e Connecting it all 5 سال پیش
metrics 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 سال پیش
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 5 سال پیش
prompt 95de770e87 Update or add license header which are not valid 5 سال پیش
protos 15066ce999 Add 'kill' command 5 سال پیش
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 :/ ) 5 سال پیش
server 64a28f6636 Also move client => api/client 5 سال پیش
tests 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” 5 سال پیش
utils d06aa2827f Move containers, compose, secrets to /api 5 سال پیش
.dockerignore 9097b1f750 Add .git to .dockerignore 5 سال پیش
.gitattributes 93984f8c68 Removed test requiring linux containers 5 سال پیش
.gitignore fcc7582826 Remove non-project path 5 سال پیش
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock 5 سال پیش
BUILDING.md 770a9312f0 readme: Minor fixes 5 سال پیش
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 سال پیش
CONTRIBUTING.md 966bbfe8b8 contributing: Tidy and clarify 5 سال پیش
Dockerfile 5ef51722d0 deps: Bump Golang to 1.15.2, golangci-lint to 1.31.0 5 سال پیش
INSTALL.md 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” 5 سال پیش
LICENSE d7d9bb28bb Add LICENSE and NOTICE files 5 سال پیش
MAINTAINERS a9a6d3bf1d 5 سال پیش
Makefile ae45e08d43 Remove dependabot and add a check-dependencies command in make file 5 سال پیش
NOTICE d7d9bb28bb Add LICENSE and NOTICE files 5 سال پیش
README.md 770a9312f0 readme: Minor fixes 5 سال پیش
builder.Makefile b41d216aaa Add import restrictions check 5 سال پیش
go.mod 30de56f64f Introduce support for external EFS volumes 5 سال پیش
go.sum 30de56f64f Introduce support for external EFS volumes 5 سال پیش
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 سال پیش

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

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.