mirror of
https://github.com/docker/compose.git
synced 2025-07-21 12:44:54 +02:00
Merge pull request #1094 from docker/docs_metadata
Add metadata for docs included in docs.docker.com
This commit is contained in:
commit
6bf3a5f0d2
@ -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
|
||||
|
||||
This document outlines the conversion of an application defined in a Compose file to ACI objects.
|
||||
|
@ -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
|
||||
|
||||
Single containers can be executed on ACI with the `docker run` command.
|
||||
|
@ -1,3 +1,9 @@
|
||||
---
|
||||
title: Compose cli architecture
|
||||
description: General Compose cli architecture
|
||||
keywords: Docker, Amazon, Azure, Integration, ECS, ACI, Compose, architecture, mapping
|
||||
---
|
||||
|
||||
# Architecture
|
||||
|
||||
This CLI has the following high level design goals:
|
||||
|
@ -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
|
||||
|
||||
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.
|
||||
|
||||
Service to declare `deploy.x-aws-autoscaling` get a `ScalingPolicy` created targeting specified the configured CPU usage metric
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
@ -294,6 +299,3 @@ services:
|
||||
ports:
|
||||
- 80:80
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
This document outlines the conversion of an application defined in a Compose file to AWS resources.
|
||||
|
Loading…
x
Reference in New Issue
Block a user