mirror of https://github.com/docker/compose.git
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:
parent
c1504d484f
commit
e881c8c7c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue