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

docs: add deprecation notice #2246

Merged
merged 1 commit into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/aci-compose-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions docs/aci-container-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
[`docker/node-sdk`](https://github.com/docker/node-sdk)
6 changes: 6 additions & 0 deletions docs/ecs-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 5 additions & 1 deletion docs/ecs-compose-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions docs/ecs-compose-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down