Няма описание

Guillaume Tardif 7abdb085c0 Merge pull request #637 from docker/volume_tests преди 5 години
.github d945c34a55 Adding badge for cloud integration tests. преди 5 години
aci 7abdb085c0 Merge pull request #637 from docker/volume_tests преди 5 години
api d154c41586 Update copyright преди 5 години
backend d154c41586 Update copyright преди 5 години
cli f42e05fcc3 Merge pull request #636 from docker/update-copyright преди 5 години
config d154c41586 Update copyright преди 5 години
context d154c41586 Update copyright преди 5 години
docs d154c41586 Update copyright преди 5 години
ecs d154c41586 Update copyright преди 5 години
errdefs d154c41586 Update copyright преди 5 години
example d154c41586 Update copyright преди 5 години
formatter d154c41586 Update copyright преди 5 години
local d154c41586 Update copyright преди 5 години
metrics d154c41586 Update copyright преди 5 години
progress d154c41586 Update copyright преди 5 години
prompt d154c41586 Update copyright преди 5 години
protos d154c41586 Update copyright преди 5 години
scripts d154c41586 Update copyright преди 5 години
server d154c41586 Update copyright преди 5 години
tests 7abdb085c0 Merge pull request #637 from docker/volume_tests преди 5 години
utils d154c41586 Update copyright преди 5 години
.dockerignore 9097b1f750 Add .git to .dockerignore преди 5 години
.gitattributes 93984f8c68 Removed test requiring linux containers преди 5 години
.gitignore fcc7582826 Remove non-project path преди 5 години
.golangci.yml 69f10fe80c Extract interface / types to allow unit tests / mock преди 5 години
BUILDING.md 770a9312f0 readme: Minor fixes преди 5 години
CHANGELOG.md 4c6280b0e9 Rename docker/api -> docker/compose-cli преди 5 години
CONTRIBUTING.md 966bbfe8b8 contributing: Tidy and clarify преди 5 години
Dockerfile d154c41586 Update copyright преди 5 години
INSTALL.md 2ce4e98d88 In version, replace “Azure integration” version info by “Cloud integration” преди 5 години
LICENSE d7d9bb28bb Add LICENSE and NOTICE files преди 5 години
MAINTAINERS a9a6d3bf1d преди 5 години
Makefile d154c41586 Update copyright преди 5 години
NOTICE d154c41586 Update copyright преди 5 години
README.md d945c34a55 Adding badge for cloud integration tests. преди 5 години
builder.Makefile d154c41586 Update copyright преди 5 години
go.mod 30de56f64f Introduce support for external EFS volumes преди 5 години
go.sum 30de56f64f Introduce support for external EFS volumes преди 5 години
import-restrictions.yaml 4c6280b0e9 Rename docker/api -> docker/compose-cli преди 5 години

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.