Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit b92b78a

Browse files
authored
Merge pull request #2246 from milas/docs-deprecation
docs: add deprecation notice
2 parents d2fdb20 + 34397cc commit b92b78a

6 files changed

+29
-2
lines changed

docs/aci-compose-features.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: Reference list of compose ACI features
44
keywords: Docker, Azure, Integration, ACI, Compose, cli, deploy, cloud
55
---
66

7+
> **Important**
8+
>
9+
> Docker Compose's integration for ECS and ACI is retiring in November 2023.
10+
{: .important}
11+
712
# Compose - Azure Container Instances mapping
813

914
This document outlines the conversion of an application defined in a Compose file to ACI objects.

docs/aci-container-features.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: ACI integration container features
33
description: Reference list of container ACI features
44
keywords: Docker, Azure, Integration, ACI, container, cli, deploy, cloud
55
---
6+
7+
> **Important**
8+
>
9+
> Docker Compose's integration for ECS and ACI is retiring in November 2023.
10+
{: .important}
11+
612
# Azure Container Instances: running single containers
713

814
Single containers can be executed on ACI with the `docker run` command.

docs/architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ What follows is a list of useful links to help navigate the code:
2424
* The API server is in [`server/`](../server)
2525
* The context management and interface can be found in [`context/`](../api/context)
2626
* The Node SDK is autogenerated (except for default endpoints managed by Docker Desktop), and can be found in
27-
[`docker/node-sdk`](https://github.com/docker/node-sdk)
27+
[`docker/node-sdk`](https://github.com/docker/node-sdk)

docs/ecs-architecture.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: ECS integration architecture
33
description: Mapping of Docker compose entities to Amazon constructs
44
keywords: Docker, Amazon, Integration, ECS, Compose, architecture, mapping
55
---
6+
7+
> **Important**
8+
>
9+
> Docker Compose's integration for ECS and ACI is retiring in November 2023.
10+
{: .important}
11+
612
# Architecture
713

814
ECS integration relies on CloudFormation to manage AWS resources as an atomic operation.

docs/ecs-compose-examples.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ title: ECS integration composefile examples
33
description: Examples of ECS compose files
44
keywords: Docker, Amazon, Integration, ECS, Compose, cli, deploy, cloud, sample
55
---
6-
# Compose file samples - ECS specific
76

7+
> **Important**
8+
>
9+
> Docker Compose's integration for ECS and ACI is retiring in November 2023.
10+
{: .important}
811

12+
# Compose file samples - ECS specific
913

1014
## Service
1115

docs/ecs-compose-features.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: ECS integration Compose features
33
description: Reference list of compose ECS features
44
keywords: Docker, Amazon, Integration, ECS, Compose, cli, deploy, cloud
55
---
6+
7+
> **Important**
8+
>
9+
> Docker Compose's integration for ECS and ACI is retiring in November 2023.
10+
{: .important}
11+
612
# Compose - Amazon ECS mapping
713

814
This document outlines the conversion of an application defined in a Compose file to AWS resources.

0 commit comments

Comments
 (0)