зеркало из https://github.com/docker/compose-cli.git
docs: add deprecation notice
These are pulled into the `docs.docker.com` site. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Родитель
9ef8facb00
Коммит
34397cc5b0
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -3,10 +3,14 @@ title: ECS integration composefile examples
|
|||
description: Examples of ECS compose files
|
||||
keywords: Docker, Amazon, Integration, ECS, Compose, cli, deploy, cloud, sample
|
||||
---
|
||||
|
||||
> **Important**
|
||||
>
|
||||
> Docker Compose's integration for ECS and ACI is retiring in November 2023.
|
||||
{: .important}
|
||||
|
||||
# Compose file samples - ECS specific
|
||||
|
||||
|
||||
|
||||
## Service
|
||||
|
||||
A service mapping may define a Docker image and runtime constraints and container requirements.
|
||||
|
|
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче