Keine Beschreibung

Guillaume Tardif c67e4f6e50 Merge pull request #898 from gtardif/aci_healthcheck_doc vor 5 Jahren
.github e02176004b Document cross build step reason & timing in CI vor 5 Jahren
aci 40334d570a Avoid nil pointer when reading logs of a just terminated container. 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 cfa090459b Move list of run specific flags where it’s used vor 5 Jahren
config d154c41586 Update copyright vor 5 Jahren
context de0be8650e Remove region from contexts and cleanup vor 5 Jahren
docs a0bd23ade9 Apply suggestions from code review vor 5 Jahren
ecs 71ecbda48f Publish on s3 if payload is > API limit vor 5 Jahren
errdefs d154c41586 Update copyright vor 5 Jahren
example cb02622318 Marshall cloudformation template as yaml vor 5 Jahren
formatter 7cc3bc3870 No breaking change on `docker context ls —format “{{ json . }}` , this is used by VSCode extension vor 5 Jahren
internal 10632b008b Add version to UserAgent on ACI vor 5 Jahren
local 74a27541e4 backend.local: Add volume e2e test vor 5 Jahren
metrics 7ff9162dc7 Remove enterprise specific commands vor 5 Jahren
packaging 2aea82a7c6 packaging: Add EULA vor 5 Jahren
progress f1badf0da8 Fix typo in comments against Event struct definition inside writer.go vor 5 Jahren
prompt af7aebf8cf Make newcomer experience smooth vor 5 Jahren
protos f6509ac814 Add Healthchecks to ACI vor 5 Jahren
scripts 66a1263342 No specific case for windows, always resolve binary name before executing command vor 5 Jahren
server f6509ac814 Add Healthchecks to ACI vor 5 Jahren
tests 0a9373cbc2 ECS E2E timeout update due to flakiness in CI 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 c8b8a9f767 deps: Bump 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 8cc438c9a5 Pin ECS secrets sidecar image & add makefile targets 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 10632b008b Add version to UserAgent on ACI vor 5 Jahren
go.mod 3f184f7552 store cloudformation template on s3 to workaround API limit vor 5 Jahren
go.sum 3f184f7552 store cloudformation template on s3 to workaround API limit 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.