compose/docs/README.md

21 lines
923 B
Markdown

# Docker Compose CLI
The general architecture of the CLI is described [here](architecture.md)
# Azure Container Instances integration
The Compose CLI allows to deploy single containers or Compose applications to ACI.
* [ACI integration users guide](https://docs.docker.com/engine/context/aci-integration/)
* General description of the [main features of the ACI integration](aci-integration.md)
* [Mapping `docker run` options to ACI deployment](aci-container-features.md) (single container)
* [Mapping composefile options to ACI deployment](aci-compose-features.md)
# Amazon Elastic Container Service
The Compose CLI allows to deploy Compose applications to Amazon ECS.
* [ECS integration users 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