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

Commit

Permalink
Merge pull request #2246 from milas/docs-deprecation
Browse files Browse the repository at this point in the history
docs: add deprecation notice
  • Loading branch information
milas authored May 18, 2023
2 parents d2fdb20 + 34397cc commit b92b78a
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 2 deletions.
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

0 comments on commit b92b78a

Please sign in to comment.