2020-10-27 15:42:11 +01:00
|
|
|
# Docker Compose CLI
|
|
|
|
|
|
|
|
The general architecture of the CLI is described [here](architecture.md)
|
|
|
|
|
|
|
|
# Azure Container Instances integration
|
|
|
|
|
2020-10-28 14:33:29 +01:00
|
|
|
The Compose CLI can deploy single containers or Compose applications to ACI.
|
2020-10-27 15:42:11 +01:00
|
|
|
|
2020-10-28 14:33:29 +01:00
|
|
|
* [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)
|
2020-10-27 15:42:11 +01:00
|
|
|
|
|
|
|
# Amazon Elastic Container Service
|
|
|
|
|
2020-10-28 14:33:29 +01:00
|
|
|
The Compose CLI can deploy Compose applications to Amazon ECS.
|
2020-10-27 15:42:11 +01:00
|
|
|
|
2020-10-28 14:33:29 +01:00
|
|
|
* [ECS integration user guide](https://docs.docker.com/engine/context/ecs-integration/)
|
2020-10-27 15:42:11 +01:00
|
|
|
* [General architecture](ecs-architecture.md) of the ECS integration
|
|
|
|
* [Compose examples](ecs-compose-examples.md) using various ECS integration features
|