Easily run your Compose application to the cloud with compose-cli
Перейти к файлу
aiordache 2fdc93786e Fix region from environment
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-10-29 10:51:57 +01:00
.github Document cross build step reason & timing in CI 2020-10-15 10:07:17 +02:00
aci Pin version of ACI sidecar image, so that we don’t affect prod users when re-publishing :latest. 2020-10-28 17:19:12 +01:00
api Refactor secrets 2020-10-19 11:33:55 +02:00
backend Add ResourceService definition and ACI NOOP implementation 2020-10-14 15:40:24 +02:00
cli Refactor context create options 2020-10-29 10:25:23 +01:00
config
context revisit context creation 2020-10-29 10:10:00 +01:00
docs Apply suggestions from code review 2020-10-28 14:35:40 +01:00
ecs Fix region from environment 2020-10-29 10:51:57 +01:00
errdefs
example Add ResourceService definition and ACI NOOP implementation 2020-10-14 15:40:24 +02:00
formatter Return json array for `ps/ls --format json` commands 2020-10-23 14:07:03 +02:00
internal
local Add ResourceService definition and ACI NOOP implementation 2020-10-14 15:40:24 +02:00
metrics
packaging
progress Fix typo in comments against Event struct definition inside writer.go 2020-10-25 20:09:18 -07:00
prompt Fix typo in comments against Password method attached to User struct 2020-10-26 22:09:27 -07:00
protos Removing API deprecated fields (unused in VSCode Docker extension) while we are still beta. Keeping field numbering to not break all gRPC calls 2020-10-26 09:57:16 +01:00
scripts
server Add ResourceService definition and ACI NOOP implementation 2020-10-14 15:40:24 +02:00
tests Refactor context create options 2020-10-29 10:25:23 +01:00
utils
.dockerignore
.gitattributes
.gitignore
.golangci.yml
BUILDING.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile deps: Bump 2020-10-27 14:09:38 +01:00
INSTALL.md
LICENSE
MAINTAINERS
Makefile Pin version of ACI sidecar image, so that we don’t affect prod users when re-publishing :latest. 2020-10-28 17:19:12 +01:00
NOTICE
README.md
builder.Makefile
go.mod deps: Bump 2020-10-27 14:09:38 +01:00
go.sum deps: Bump 2020-10-27 14:09:38 +01:00
import-restrictions.yaml

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:

⚠️ 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.