Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 844471f

Browse files
author
LRubin
authored
Merge pull request docker#488 from gdevillele/PR_keywords_type_fix_for_dockercloud
fix type of keywords entry in frontmatter (in /docker-cloud/ dir)
2 parents 8eb69ea + bcec1dd commit 844471f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+175
-237
lines changed

docker-cloud/apps/api-roles.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: API Roles
3+
keywords: API, Services, roles
24
redirect_from:
35
- /docker-cloud/feature-reference/api-roles/
4-
description: API Roles
5-
keywords:
6-
- API, Services, roles
76
title: Service API roles
87
---
98

@@ -32,4 +31,4 @@ $ curl -H "Authorization: $DOCKERCLOUD_AUTH" -H "Accept: application/json" $WEB_
3231
For example, you can use information retrieved using the API to read the linked
3332
endpoints, and use them to reconfigure a proxy container.
3433

35-
See the [API documentation](/apidocs/docker-cloud.md) for more information on the different API operations available.
34+
See the [API documentation](/apidocs/docker-cloud.md) for more information on the different API operations available.

docker-cloud/apps/auto-destroy.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Autodestroy
3+
keywords: Autodestroy, service, terminate, container
24
redirect_from:
35
- /docker-cloud/feature-reference/auto-destroy/
4-
description: Autodestroy
5-
keywords:
6-
- Autodestroy, service, terminate, container
76
title: Destroy containers automatically
87
---
98

@@ -75,4 +74,4 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1
7574
#### Enabling autodestroy using the CLI
7675
```
7776
$ docker-cloud service set --autodestroy ALWAYS (name or uuid)
78-
```
77+
```

docker-cloud/apps/auto-redeploy.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Autoredeploy
3+
keywords: Autoredeploy, image, store, service
24
redirect_from:
35
- /docker-cloud/feature-reference/auto-redeploy/
4-
description: Autoredeploy
5-
keywords:
6-
- Autoredeploy, image, store, service
76
title: Redeploy services automatically
87
---
98

@@ -76,4 +75,4 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1
7675
{
7776
"autoredeploy": true
7877
}
79-
```
78+
```

docker-cloud/apps/autorestart.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Automatically restart a container in Docker Cloud
3+
keywords: container, restart, automated
24
redirect_from:
35
- /docker-cloud/feature-reference/autorestart/
4-
description: Automatically restart a container in Docker Cloud
5-
keywords:
6-
- container, restart, automated
76
title: Restart a container automatically
87
---
98

@@ -86,4 +85,4 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1
8685
$ docker-cloud service set --autorestart ALWAYS (name or uuid)
8786
```
8887

89-
See the [API documentation](/apidocs/docker-cloud.md) for more information.
88+
See the [API documentation](/apidocs/docker-cloud.md) for more information.

docker-cloud/apps/deploy-tags.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Deployment tags
3+
keywords: Deployment, tags, services
24
redirect_from:
35
- /docker-cloud/feature-reference/deploy-tags/
4-
description: Deployment tags
5-
keywords:
6-
- Deployment, tags, services
76
title: Deployment tags
87
---
98

@@ -116,4 +115,4 @@ be deployed to the nodes that match the new tags.
116115

117116
## Using deployment tags in the API and CLI
118117

119-
See the [tags API and CLI documentation](/apidocs/docker-cloud.md#tags) for more information on how to use tags with our API and CLI.
118+
See the [tags API and CLI documentation](/apidocs/docker-cloud.md#tags) for more information on how to use tags with our API and CLI.

docker-cloud/apps/deploy-to-cloud-btn.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2+
description: Deploy to Docker Cloud
3+
keywords: deploy, docker, cloud
24
redirect_from:
35
- /docker-cloud/feature-reference/deploy-to-cloud/
46
- /docker-cloud/tutorials/deploy-to-cloud/
5-
description: Deploy to Docker Cloud
6-
keywords:
7-
- deploy, docker, cloud
87
title: Add a "Deploy to Docker Cloud" button
98
---
109

@@ -61,4 +60,4 @@ where `<repo_url>` is the path to your GitHub repository. For example:
6160

6261
You can use your own image for the link (or no image). Our **Deploy to Docker Cloud** image is available at the following URL:
6362

64-
* `https://files.cloud.docker.com/images/deploy-to-dockercloud.svg`
63+
* `https://files.cloud.docker.com/images/deploy-to-dockercloud.svg`

docker-cloud/apps/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Manage your Docker Cloud Applications
3-
keywords:
4-
- applications, reference, Cloud
3+
keywords: applications, reference, Cloud
54
title: Applications in Docker Cloud
65
---
76

@@ -33,4 +32,4 @@ Use the following features to automate specific actions on your Docker Cloud app
3332
* [Automatic container destroy](auto-destroy.md)
3433
* [Automatic container restart](autorestart.md)
3534
* [Autoredeploy](auto-redeploy.md)
36-
* [Use triggers](triggers.md)
35+
* [Use triggers](triggers.md)

docker-cloud/apps/load-balance-hello-world.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2+
description: Create a proxy or load balancer
3+
keywords: proxy, load, balancer
24
redirect_from:
35
- /docker-cloud/getting-started/intermediate/load-balance-hello-world/
46
- /docker-cloud/tutorials/load-balance-hello-world/
5-
description: Create a proxy or load balancer
6-
keywords:
7-
- proxy, load, balancer
87
title: Create a proxy or load balancer
98
---
109

@@ -197,4 +196,4 @@ links](service-links.md).
197196

198197
You can try this by pointing your web browser to
199198
*servicename.username.svc.dockerapp.io* or using *dig* or *nslookup* to see how
200-
the service endpoint resolves.
199+
the service endpoint resolves.

docker-cloud/apps/ports.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Publish and expose service or container ports
3+
keywords: publish, expose, ports, containers, services
24
redirect_from:
35
- /docker-cloud/feature-reference/ports/
4-
description: Publish and expose service or container ports
5-
keywords:
6-
- publish, expose, ports, containers, services
76
title: Publish and expose service or container ports
87
---
98

@@ -122,4 +121,4 @@ not dynamic) is assigned a DNS endpoint in the format
122121
running, in a [round-robin
123122
fashion](https://en.wikipedia.org/wiki/Round-robin_DNS).
124123

125-
You can see a list of service endpoints on the stack and service detail views, under the **Endpoints** tab.
124+
You can see a list of service endpoints on the stack and service detail views, under the **Endpoints** tab.

docker-cloud/apps/service-links.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Service discovery
3+
keywords: service, discover, links
24
redirect_from:
35
- /docker-cloud/feature-reference/service-links/
4-
description: Service discovery
5-
keywords:
6-
- service, discover, links
76
title: Service discovery and links
87
---
98

@@ -162,4 +161,4 @@ Where:
162161

163162
These environment variables are also copied to linked containers with the `NAME_ENV_` prefix.
164163

165-
If you provide API access to your service, you can use the generated token (stored in `DOCKERCLOUD_AUTH`) to access these API URLs to gather information or automate operations, such as scaling.
164+
If you provide API access to your service, you can use the generated token (stored in `DOCKERCLOUD_AUTH`) to access these API URLs to gather information or automate operations, such as scaling.

0 commit comments

Comments
 (0)