Fără Descriere

Guillaume Tardif 4ce1fafc0a Merge pull request #615 from docker/fix_linux_install 5 ani în urmă
.github c8824a5421 Update labeler config 5 ani în urmă
aci 57ded74aee Merge pull request #598 from docker/encode_env_values 5 ani în urmă
api 57ded74aee Merge pull request #598 from docker/encode_env_values 5 ani în urmă
backend 9ed06ece5b Adding volume API & initial CLI command 5 ani în urmă
cli 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” 5 ani în urmă
config 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 ani în urmă
context fed50d79f2 introduce ecs-local context 5 ani în urmă
docs 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” 5 ani în urmă
ecs bcead6f5ce Merge pull request #602 from docker/useragent 5 ani în urmă
errdefs 8e893fc5eb errdefs: Move to gotest.tools 5 ani în urmă
example 9ed06ece5b Adding volume API & initial CLI command 5 ani în urmă
formatter 3ba70a27c6 formatter,multierror,progress: Move to gotest.tools 5 ani în urmă
local 08562b403e Connecting it all 5 ani în urmă
metrics 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 ani în urmă
progress 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 ani în urmă
prompt 95de770e87 Update or add license header which are not valid 5 ani în urmă
protos 15066ce999 Add 'kill' command 5 ani în urmă
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 ani în urmă
server 64a28f6636 Also move client => api/client 5 ani în urmă
tests 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” 5 ani în urmă
utils d06aa2827f Move containers, compose, secrets to /api 5 ani în urmă
.dockerignore 9097b1f750 Add .git to .dockerignore 5 ani în urmă
.gitattributes 93984f8c68 Removed test requiring linux containers 5 ani în urmă
.gitignore fcc7582826 Remove non-project path 5 ani în urmă
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock 5 ani în urmă
BUILDING.md 770a9312f0 readme: Minor fixes 5 ani în urmă
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 ani în urmă
CONTRIBUTING.md 966bbfe8b8 contributing: Tidy and clarify 5 ani în urmă
Dockerfile 026a833732 deps: Bump Golang to 1.15.1 5 ani în urmă
INSTALL.md 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” 5 ani în urmă
LICENSE d7d9bb28bb Add LICENSE and NOTICE files 5 ani în urmă
MAINTAINERS a9a6d3bf1d 5 ani în urmă
Makefile ae45e08d43 Remove dependabot and add a check-dependencies command in make file 5 ani în urmă
NOTICE d7d9bb28bb Add LICENSE and NOTICE files 5 ani în urmă
README.md 770a9312f0 readme: Minor fixes 5 ani în urmă
builder.Makefile b41d216aaa Add import restrictions check 5 ani în urmă
go.mod 1506c7ac9b create ALB is protocol is set to "http" or "https" 5 ani în urmă
go.sum 1506c7ac9b create ALB is protocol is set to "http" or "https" 5 ani în urmă
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 ani în urmă

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.