Sin descripción

Nicolas De Loof fda09712c0 Null safety hace 5 años
.github c8824a5421 Update labeler config hace 5 años
aci b155fe0f2e retrieve status with get group by name hace 5 años
api 799b799f30 Implement `compose ls` for ACI hace 5 años
backend d06aa2827f Move containers, compose, secrets to /api hace 5 años
cli 64a28f6636 Also move client => api/client hace 5 años
config 4c6280b0e9 Rename docker/api -> docker/compose-cli hace 5 años
context fed50d79f2 introduce ecs-local context hace 5 años
docs c3210a3973 Minor doc update on architecture hace 5 años
ecs fda09712c0 Null safety hace 5 años
errdefs 8e893fc5eb errdefs: Move to gotest.tools hace 5 años
example d06aa2827f Move containers, compose, secrets to /api hace 5 años
formatter 3ba70a27c6 formatter,multierror,progress: Move to gotest.tools hace 5 años
local d06aa2827f Move containers, compose, secrets to /api hace 5 años
metrics 4c6280b0e9 Rename docker/api -> docker/compose-cli hace 5 años
progress 4c6280b0e9 Rename docker/api -> docker/compose-cli hace 5 años
prompt 95de770e87 Update or add license header which are not valid hace 5 años
protos 15066ce999 Add 'kill' command hace 5 años
scripts 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md hace 5 años
server 64a28f6636 Also move client => api/client hace 5 años
tests 171ab1bd0c Most common scenario is to use `compose ls` without name option, and list all stacks hace 5 años
utils d06aa2827f Move containers, compose, secrets to /api hace 5 años
.dockerignore 9097b1f750 Add .git to .dockerignore hace 5 años
.gitattributes 93984f8c68 Removed test requiring linux containers hace 5 años
.gitignore fcc7582826 Remove non-project path hace 5 años
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock hace 5 años
BUILDING.md 770a9312f0 readme: Minor fixes hace 5 años
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli hace 5 años
CONTRIBUTING.md 966bbfe8b8 contributing: Tidy and clarify hace 5 años
Dockerfile 026a833732 deps: Bump Golang to 1.15.1 hace 5 años
INSTALL.md 2bd3ce9eef Include linux install dock & script, split README with BUILDING.md & INSTALL.md hace 5 años
LICENSE d7d9bb28bb Add LICENSE and NOTICE files hace 5 años
MAINTAINERS a9a6d3bf1d hace 5 años
Makefile ae45e08d43 Remove dependabot and add a check-dependencies command in make file hace 5 años
NOTICE d7d9bb28bb Add LICENSE and NOTICE files hace 5 años
README.md 770a9312f0 readme: Minor fixes hace 5 años
builder.Makefile b41d216aaa Add import restrictions check hace 5 años
go.mod 1506c7ac9b create ALB is protocol is set to "http" or "https" hace 5 años
go.sum 1506c7ac9b create ALB is protocol is set to "http" or "https" hace 5 años
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli hace 5 años

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.