Keine Beschreibung

Ulysses Souza 1ecf8b5c5b Update `make pre-commit` with more checks vor 5 Jahren
.github 1f8fbe5f11 On GH Actions windows nodes, ensure there is no automatic docker login before running ACI E2E tests vor 5 Jahren
aci 3fbb9bd864 Add auto creation of Azure volumes during `compose up` vor 5 Jahren
api cfa090459b Move list of run specific flags where it’s used vor 5 Jahren
backend 7cf7b00584 Add ResourceService definition and ACI NOOP implementation vor 5 Jahren
cli 38d2dd9b41 Merge pull request #907 from docker/aci_healthcheck_threshold vor 5 Jahren
config d154c41586 Update copyright vor 5 Jahren
context de0be8650e Remove region from contexts and cleanup vor 5 Jahren
docs b91fbb934f Fix typos vor 5 Jahren
ecs bbcf445f1f Merge pull request #919 from docker/compose-in-go vor 5 Jahren
errdefs d154c41586 Update copyright vor 5 Jahren
example cb02622318 Marshall cloudformation template as yaml vor 5 Jahren
formatter 9ec075baff document public types vor 5 Jahren
internal 10632b008b Add version to UserAgent on ACI vor 5 Jahren
local 5ffdaa5cca Use json progress message vor 5 Jahren
metrics 51142827e7 Fix linter errors vor 5 Jahren
packaging 2aea82a7c6 packaging: Add EULA vor 5 Jahren
progress be40bdb032 Remove useless Done in the progress writer vor 5 Jahren
prompt af7aebf8cf Make newcomer experience smooth vor 5 Jahren
protos fff94aeb6b Fix tabs vs spaces vor 5 Jahren
scripts 66a1263342 No specific case for windows, always resolve binary name before executing command vor 5 Jahren
server 35bc1d096e Fix proto message names for ComposeStacks() input / output ; same for ComposeServices() vor 5 Jahren
tests 3fbb9bd864 Add auto creation of Azure volumes during `compose up` vor 5 Jahren
utils 178ac40dba Fix return on ports when empty vor 5 Jahren
.dockerignore 2aea82a7c6 packaging: Add EULA vor 5 Jahren
.gitattributes 93984f8c68 Removed test requiring linux containers vor 5 Jahren
.gitignore 2aea82a7c6 packaging: Add EULA vor 5 Jahren
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock vor 5 Jahren
BUILDING.md 770a9312f0 readme: Minor fixes vor 5 Jahren
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli vor 5 Jahren
CONTRIBUTING.md 966bbfe8b8 contributing: Tidy and clarify vor 5 Jahren
Dockerfile 3940b98da5 Lint packages behind feature flag : local, e2e vor 5 Jahren
INSTALL.md f72b2c4958 install: Fix Linux install instructions and script vor 5 Jahren
LICENSE d7d9bb28bb Add LICENSE and NOTICE files vor 5 Jahren
MAINTAINERS a9a6d3bf1d vor 5 Jahren
Makefile 1ecf8b5c5b Update `make pre-commit` with more checks vor 5 Jahren
NOTICE d154c41586 Update copyright vor 5 Jahren
README.md d48c6b844c Update main readme mission statement to mention Compose applications, remove Beta warning, add ACI example on CI deployments vor 5 Jahren
builder.Makefile 3940b98da5 Lint packages behind feature flag : local, e2e vor 5 Jahren
go.mod 46cbb908fe Target docker/docker 19.03 branch (api 1.40) vor 5 Jahren
go.sum 46cbb908fe Target docker/docker 19.03 branch (api 1.40) vor 5 Jahren
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli vor 5 Jahren

README.md

Docker Compose CLI

Actions Status Actions Status

This CLI tool makes it easy to run Docker containers and Docker Compose applications 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:

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.