Apply suggestions from code review

Co-authored-by: Chris Crone <christopher.crone@docker.com>

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
Guillaume Tardif 2020-10-28 14:33:29 +01:00 committed by Guillaume Tardif
parent c1504d484f
commit e881c8c7c4
1 changed files with 6 additions and 6 deletions

View File

@ -4,17 +4,17 @@ 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.
The Compose CLI can deploy single containers or Compose applications to ACI.
* [ACI integration users guide](https://docs.docker.com/engine/context/aci-integration/)
* [ACI integration user 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)
* [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 allows to deploy Compose applications to Amazon ECS.
The Compose CLI can deploy Compose applications to Amazon ECS.
* [ECS integration users guide](https://docs.docker.com/engine/context/ecs-integration/)
* [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