Nenhuma descrição

Guillaume Tardif dd57e9e646 Binary is named docker inside tar, docker.exe inside zip package 5 anos atrás
.github 2aea82a7c6 packaging: Add EULA 5 anos atrás
aci cf3bb18c0e User compose.service.domainname rather than custom ACI extension for ACI DNSLabelName 5 anos atrás
api 701d1b834e ACI: allow users to set DNSLabelName and deploy containers with fqdn like `myapp.eastus.azurecontainers.io` 5 anos atrás
backend d154c41586 Update copyright 5 anos atrás
cli cf3bb18c0e User compose.service.domainname rather than custom ACI extension for ACI DNSLabelName 5 anos atrás
config d154c41586 Update copyright 5 anos atrás
context d154c41586 Update copyright 5 anos atrás
docs d154c41586 Update copyright 5 anos atrás
ecs d154c41586 Update copyright 5 anos atrás
errdefs d154c41586 Update copyright 5 anos atrás
example d154c41586 Update copyright 5 anos atrás
formatter d154c41586 Update copyright 5 anos atrás
local d154c41586 Update copyright 5 anos atrás
metrics d154c41586 Update copyright 5 anos atrás
packaging 2aea82a7c6 packaging: Add EULA 5 anos atrás
progress d154c41586 Update copyright 5 anos atrás
prompt d154c41586 Update copyright 5 anos atrás
protos d154c41586 Update copyright 5 anos atrás
scripts dd57e9e646 Binary is named docker inside tar, docker.exe inside zip package 5 anos atrás
server d154c41586 Update copyright 5 anos atrás
tests 334ebf5f75 Implement --domainname flag on compose up, also defining compose extension "x-aci-domain-name" to store ACI DNSLabelName. 5 anos atrás
utils 701d1b834e ACI: allow users to set DNSLabelName and deploy containers with fqdn like `myapp.eastus.azurecontainers.io` 5 anos atrás
.dockerignore 2aea82a7c6 packaging: Add EULA 5 anos atrás
.gitattributes 93984f8c68 Removed test requiring linux containers 5 anos atrás
.gitignore 2aea82a7c6 packaging: Add EULA 5 anos atrás
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock 5 anos atrás
BUILDING.md 770a9312f0 readme: Minor fixes 5 anos atrás
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 anos atrás
CONTRIBUTING.md 966bbfe8b8 contributing: Tidy and clarify 5 anos atrás
Dockerfile d154c41586 Update copyright 5 anos atrás
INSTALL.md 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” 5 anos atrás
LICENSE d7d9bb28bb Add LICENSE and NOTICE files 5 anos atrás
MAINTAINERS a9a6d3bf1d 5 anos atrás
Makefile d154c41586 Update copyright 5 anos atrás
NOTICE d154c41586 Update copyright 5 anos atrás
README.md d945c34a55 Adding badge for cloud integration tests. 5 anos atrás
builder.Makefile dd57e9e646 Binary is named docker inside tar, docker.exe inside zip package 5 anos atrás
go.mod 30de56f64f Introduce support for external EFS volumes 5 anos atrás
go.sum 30de56f64f Introduce support for external EFS volumes 5 anos atrás
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 anos atrás

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:

: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.