compose/docs/README.md
Guillaume Tardif 498072452f Remove sci-integration.md, all info moved to docs.docker.com
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-10-28 16:07:30 +01:00

20 lines
824 B
Markdown

# Docker Compose CLI
The general architecture of the CLI is described [here](architecture.md)
# Azure Container Instances integration
The Compose CLI can deploy single containers or Compose applications to ACI.
* [ACI integration user guide](https://docs.docker.com/engine/context/aci-integration/)
* [Mapping `docker run` options to ACI deployments](aci-container-features.md) (single container)
* [Mapping Compose file options to ACI deployments](aci-compose-features.md)
# Amazon Elastic Container Service
The Compose CLI can deploy Compose applications to Amazon ECS.
* [ECS integration user guide](https://docs.docker.com/engine/context/ecs-integration/)
* [General architecture](ecs-architecture.md) of the ECS integration
* [Compose examples](ecs-compose-examples.md) using various ECS integration features