diff --git a/docs/aci-compose-features.md b/docs/aci-compose-features.md index 6d6766c64..7dcb6fd7d 100644 --- a/docs/aci-compose-features.md +++ b/docs/aci-compose-features.md @@ -4,6 +4,11 @@ description: Reference list of compose ACI features keywords: Docker, Azure, Integration, ACI, Compose, cli, deploy, cloud --- +> **Important** +> +> Docker Compose's integration for ECS and ACI is retiring in November 2023. +{: .important} + # Compose - Azure Container Instances mapping This document outlines the conversion of an application defined in a Compose file to ACI objects. diff --git a/docs/aci-container-features.md b/docs/aci-container-features.md index 93dc70cf0..e58483fd9 100644 --- a/docs/aci-container-features.md +++ b/docs/aci-container-features.md @@ -3,6 +3,12 @@ title: ACI integration container features description: Reference list of container ACI features keywords: Docker, Azure, Integration, ACI, container, cli, deploy, cloud --- + +> **Important** +> +> Docker Compose's integration for ECS and ACI is retiring in November 2023. +{: .important} + # Azure Container Instances: running single containers Single containers can be executed on ACI with the `docker run` command. diff --git a/docs/architecture.md b/docs/architecture.md index c5ef2ffc9..0081a283d 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -24,4 +24,4 @@ What follows is a list of useful links to help navigate the code: * The API server is in [`server/`](../server) * The context management and interface can be found in [`context/`](../api/context) * The Node SDK is autogenerated (except for default endpoints managed by Docker Desktop), and can be found in - [`docker/node-sdk`](https://github.com/docker/node-sdk) \ No newline at end of file + [`docker/node-sdk`](https://github.com/docker/node-sdk) diff --git a/docs/ecs-architecture.md b/docs/ecs-architecture.md index c8d85d36f..29ab257d4 100644 --- a/docs/ecs-architecture.md +++ b/docs/ecs-architecture.md @@ -3,6 +3,12 @@ title: ECS integration architecture description: Mapping of Docker compose entities to Amazon constructs keywords: Docker, Amazon, Integration, ECS, Compose, architecture, mapping --- + +> **Important** +> +> Docker Compose's integration for ECS and ACI is retiring in November 2023. +{: .important} + # Architecture ECS integration relies on CloudFormation to manage AWS resources as an atomic operation. diff --git a/docs/ecs-compose-examples.md b/docs/ecs-compose-examples.md index 9137b762a..04cee32f0 100644 --- a/docs/ecs-compose-examples.md +++ b/docs/ecs-compose-examples.md @@ -3,9 +3,13 @@ title: ECS integration composefile examples description: Examples of ECS compose files keywords: Docker, Amazon, Integration, ECS, Compose, cli, deploy, cloud, sample --- -# Compose file samples - ECS specific +> **Important** +> +> Docker Compose's integration for ECS and ACI is retiring in November 2023. +{: .important} +# Compose file samples - ECS specific ## Service diff --git a/docs/ecs-compose-features.md b/docs/ecs-compose-features.md index 049da0303..89dcd43c3 100644 --- a/docs/ecs-compose-features.md +++ b/docs/ecs-compose-features.md @@ -3,6 +3,12 @@ title: ECS integration Compose features description: Reference list of compose ECS features keywords: Docker, Amazon, Integration, ECS, Compose, cli, deploy, cloud --- + +> **Important** +> +> Docker Compose's integration for ECS and ACI is retiring in November 2023. +{: .important} + # Compose - Amazon ECS mapping This document outlines the conversion of an application defined in a Compose file to AWS resources.