Add metadata for docs included in docs.docker.com (see https://github.com/docker/docker.github.io/pull/11865)

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
Guillaume Tardif 2021-01-04 14:30:14 +01:00
parent b560f0cbe9
commit 01fe40cd07
6 changed files with 54 additions and 27 deletions

View File

@ -1,3 +1,9 @@
---
title: ACI integration Compose features
description: Reference list of compose ACI features
keywords: Docker, Azure, Integration, ACI, Compose, cli, deploy, cloud
---
# Compose - Azure Container Instances mapping # Compose - Azure Container Instances mapping
This document outlines the conversion of an application defined in a Compose file to ACI objects. This document outlines the conversion of an application defined in a Compose file to ACI objects.

View File

@ -1,3 +1,8 @@
---
title: ACI integration container features
description: Reference list of container ACI features
keywords: Docker, Azure, Integration, ACI, container, cli, deploy, cloud
---
# Azure Container Instances: running single containerrs # Azure Container Instances: running single containerrs
Single containers can be executed on ACI with the `docker run` command. Single containers can be executed on ACI with the `docker run` command.

View File

@ -1,3 +1,9 @@
---
title: Compose cli architecture
description: General Compose cli architecture
keywords: Docker, Amazon, Azure, Integration, ECS, ACI, Compose, architecture, mapping
---
# Architecture # Architecture
This CLI has the following high level design goals: This CLI has the following high level design goals:

View File

@ -1,3 +1,8 @@
---
title: ECS integration architecture
description: Mapping of Docker compose entities to Amazon constructs
keywords: Docker, Amazon, Integration, ECS, Compose, architecture, mapping
---
# Architecture # Architecture
ECS integration relies on CloudFormation to manage AWS resrouces as an atomic operation. ECS integration relies on CloudFormation to manage AWS resrouces as an atomic operation.
@ -75,5 +80,3 @@ Services using a GPU (`DeviceRequest`) get the `Cluster` extended with an EC2 `C
EC2 resources allocation based on a `LaunchConfiguration`. The latter uses ECS recommended AMI and machine type for GPU. EC2 resources allocation based on a `LaunchConfiguration`. The latter uses ECS recommended AMI and machine type for GPU.
Service to declare `deploy.x-aws-autoscaling` get a `ScalingPolicy` created targeting specified the configured CPU usage metric Service to declare `deploy.x-aws-autoscaling` get a `ScalingPolicy` created targeting specified the configured CPU usage metric

View File

@ -1,3 +1,8 @@
---
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 # Compose file samples - ECS specific
@ -294,6 +299,3 @@ services:
ports: ports:
- 80:80 - 80:80
``` ```

View File

@ -1,3 +1,8 @@
---
title: ECS integration Compose features
description: Reference list of compose ECS features
keywords: Docker, Amazon, Integration, ECS, Compose, cli, deploy, cloud
---
# Compose - Amazon ECS mapping # Compose - Amazon ECS mapping
This document outlines the conversion of an application defined in a Compose file to AWS resources. This document outlines the conversion of an application defined in a Compose file to AWS resources.