fix type of keywords entry in frontmatter (in /swarm/ dir and search.md and release-notes.md) (#515)

keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
Gaetan 2016-11-10 11:59:37 -08:00 committed by John Mulhausen
parent 06e2875742
commit c56964c890
32 changed files with 71 additions and 103 deletions

View File

@ -1,7 +1,6 @@
--- ---
description: Release notes for Docker description: Release notes for Docker
keywords: keywords: docker, documentation, about, technology, understanding, release
- docker, documentation, about, technology, understanding, release
title: Docker Release Notes title: Docker Release Notes
--- ---
@ -18,4 +17,4 @@ target="_blank">Docker Machine</a>
* <a href="https://github.com/docker/compose/blob/master/CHANGELOG.md" * <a href="https://github.com/docker/compose/blob/master/CHANGELOG.md"
target="_blank">Docker Compose</a> target="_blank">Docker Compose</a>
* <a href="https://github.com/docker/swarm/blob/master/CHANGELOG.md" * <a href="https://github.com/docker/swarm/blob/master/CHANGELOG.md"
target="_blank">Docker Swarm</a> target="_blank">Docker Swarm</a>

View File

@ -1,10 +1,9 @@
--- ---
description: Docker documentation search results description: Docker documentation search results
keywords: keywords: Search, Docker, documentation, manual, guide, reference, api
- Search, Docker, documentation, manual, guide, reference, api noratings: true
notoc: true notoc: true
title: Search results title: Search results
noratings: true
--- ---
<style type='text/css'> <style type='text/css'>
@ -34,4 +33,4 @@ noratings: true
})(); })();
</script> </script>
<gcse:search></gcse:search> <gcse:search></gcse:search>
</div> </div>

View File

@ -1,7 +1,6 @@
--- ---
description: Swarm and transport layer security description: Swarm and transport layer security
keywords: keywords: docker, swarm, TLS, discovery, security, certificates
- docker, swarm, TLS, discovery, security, certificates
title: Configure Docker Swarm for TLS title: Configure Docker Swarm for TLS
--- ---
@ -540,4 +539,4 @@ Congratulations! You have configured a Docker Swarm cluster to use TLS.
## Related Information ## Related Information
* [Secure Docker Swarm with TLS](secure-swarm-tls.md) * [Secure Docker Swarm with TLS](secure-swarm-tls.md)
* [Docker security](/engine/security/security/) * [Docker security](/engine/security/security/)

View File

@ -1,7 +1,6 @@
--- ---
description: Swarm discovery description: Swarm discovery
keywords: keywords: docker, swarm, clustering, discovery
- docker, swarm, clustering, discovery
title: Docker Swarm discovery title: Docker Swarm discovery
--- ---
@ -216,4 +215,4 @@ github.com/docker/docker/pkg/discovery</a>.
- [Docker Swarm overview](index.md) - [Docker Swarm overview](index.md)
- [Scheduler strategies](scheduler/strategy.md) - [Scheduler strategies](scheduler/strategy.md)
- [Scheduler filters](scheduler/filter.md) - [Scheduler filters](scheduler/filter.md)
- [Swarm API](swarm-api.md) - [Swarm API](swarm-api.md)

View File

@ -1,7 +1,6 @@
--- ---
description: Running a Swarm container on Docker Engine. Run a Swarm binary on the host OS without Docker Engine. description: Running a Swarm container on Docker Engine. Run a Swarm binary on the host OS without Docker Engine.
keywords: keywords: docker, Swarm, container, binary, clustering, install, installation
- docker, Swarm, container, binary, clustering, install, installation
title: Get Docker Swarm title: Get Docker Swarm
--- ---
@ -117,4 +116,4 @@ software tools, such as Docker Engine CLI at the node level.
## Related information ## Related information
* [Docker Swarm official image](https://hub.docker.com/_/swarm/) repository on Docker Hub * [Docker Swarm official image](https://hub.docker.com/_/swarm/) repository on Docker Hub
* [Provision a Swarm with Docker Machine](provision-with-machine.md) * [Provision a Swarm with Docker Machine](provision-with-machine.md)

View File

@ -1,7 +1,6 @@
--- ---
description: 'Swarm: a Docker-native clustering system' description: 'Swarm: a Docker-native clustering system'
keywords: keywords: docker, swarm, clustering
- docker, swarm, clustering
title: Docker Swarm title: Docker Swarm
--- ---
@ -18,4 +17,4 @@ title: Docker Swarm
* [Swarm and container networks](networking.md) * [Swarm and container networks](networking.md)
* [Advanced Scheduling](scheduler/index.md) * [Advanced Scheduling](scheduler/index.md)
* [Provision a Swarm cluster with Docker Machine](provision-with-machine.md) * [Provision a Swarm cluster with Docker Machine](provision-with-machine.md)
* [Docker Swarm API](swarm-api.md) * [Docker Swarm API](swarm-api.md)

View File

@ -1,7 +1,6 @@
--- ---
description: Deploying Swarm on AWS EC2 AMI's in a VPC description: Deploying Swarm on AWS EC2 AMI's in a VPC
keywords: keywords: docker, swarm, clustering, examples, Amazon, AWS EC2
- docker, swarm, clustering, examples, Amazon, AWS EC2
title: Build a Swarm cluster for production title: Build a Swarm cluster for production
--- ---
@ -300,4 +299,4 @@ They will display corresponding entries for the change in leadership.
- [High availability in Docker Swarm](multi-manager-setup.md) - [High availability in Docker Swarm](multi-manager-setup.md)
- [Discovery](discovery.md) - [Discovery](discovery.md)
- [High-availability cluster using a trio of consul nodes](https://hub.docker.com/r/progrium/consul/) - [High-availability cluster using a trio of consul nodes](https://hub.docker.com/r/progrium/consul/)
- [Networking](networking.md) - [Networking](networking.md)

View File

@ -1,7 +1,6 @@
--- ---
description: Swarm release notes description: Swarm release notes
keywords: keywords: docker, swarm, clustering, discovery, release, notes
- docker, swarm, clustering, discovery, release, notes
menu: menu:
main: main:
parent: workw_swarm parent: workw_swarm
@ -258,4 +257,4 @@ At this point, you've installed Docker Swarm by pulling the latest image of
it from Docker Hub. Then, you built and ran a swarm on your local machine it from Docker Hub. Then, you built and ran a swarm on your local machine
using VirtualBox. If you want, you can onto read an [overview of Docker Swarm using VirtualBox. If you want, you can onto read an [overview of Docker Swarm
features](index.md). Alternatively, you can develop a more in-depth view of Swarm by features](index.md). Alternatively, you can develop a more in-depth view of Swarm by
[manually installing Swarm](install-manual.md) on a network. [manually installing Swarm](install-manual.md) on a network.

View File

@ -1,7 +1,6 @@
--- ---
description: High availability in Swarm description: High availability in Swarm
keywords: keywords: docker, swarm, clustering
- docker, swarm, clustering
title: High availability in Docker Swarm title: High availability in Docker Swarm
--- ---
@ -156,4 +155,4 @@ To switch the `DOCKER_HOST` to use `manager-2` as the primary, you do the follow
You can use the `docker` command on any Docker Swarm primary manager or any replica. You can use the `docker` command on any Docker Swarm primary manager or any replica.
If you like, you can use custom mechanisms to always point `DOCKER_HOST` to the current primary manager. Then, you never lose contact with your Docker Swarm in the event of a failover. If you like, you can use custom mechanisms to always point `DOCKER_HOST` to the current primary manager. Then, you never lose contact with your Docker Swarm in the event of a failover.

View File

@ -1,7 +1,6 @@
--- ---
description: Swarm and container networks description: Swarm and container networks
keywords: keywords: docker, swarm, clustering, networking
- docker, swarm, clustering, networking
title: Swarm and container networks title: Swarm and container networks
--- ---
@ -127,4 +126,4 @@ from `node-0`.
- [Docker Swarm overview](index.md) - [Docker Swarm overview](index.md)
- [Scheduler strategies](scheduler/strategy.md) - [Scheduler strategies](scheduler/strategy.md)
- [Scheduler filters](scheduler/filter.md) - [Scheduler filters](scheduler/filter.md)
- [Swarm API](swarm-api.md) - [Swarm API](swarm-api.md)

View File

@ -1,7 +1,6 @@
--- ---
description: 'Swarm: a Docker-native clustering system' description: 'Swarm: a Docker-native clustering system'
keywords: keywords: docker, swarm, clustering
- docker, swarm, clustering
title: Docker Swarm overview title: Docker Swarm overview
--- ---
@ -74,4 +73,4 @@ like-minded individuals, we have a number of open channels for communication.
* To contribute code or documentation changes: please submit a [pull request on Github](https://github.com/docker/swarm/pulls). * To contribute code or documentation changes: please submit a [pull request on Github](https://github.com/docker/swarm/pulls).
For more information and resources, please visit the [Getting Help project page](/project/get-help/). For more information and resources, please visit the [Getting Help project page](/project/get-help/).

View File

@ -1,7 +1,6 @@
--- ---
description: Plan for Swarm in production description: Plan for Swarm in production
keywords: keywords: docker, swarm, scale, voting, application, plan
- docker, swarm, scale, voting, application, plan
title: Plan for Swarm in production title: Plan for Swarm in production
--- ---
@ -344,4 +343,4 @@ planning, deployment, and ongoing management of your production Swarm clusters.
* [Try Swarm at scale](swarm_at_scale/index.md) * [Try Swarm at scale](swarm_at_scale/index.md)
* [Swarm and container networks](networking.md) * [Swarm and container networks](networking.md)
* [High availability in Docker Swarm](multi-manager-setup.md) * [High availability in Docker Swarm](multi-manager-setup.md)
* [Docker Data Center](https://www.docker.com/products/docker-datacenter) * [Docker Data Center](https://www.docker.com/products/docker-datacenter)

View File

@ -1,7 +1,6 @@
--- ---
description: Provision with Machine description: Provision with Machine
keywords: keywords: docker, Swarm, clustering, provision, Machine
- docker, Swarm, clustering, provision, Machine
title: Provision a Swarm cluster with Docker Machine title: Provision a Swarm cluster with Docker Machine
--- ---
@ -180,4 +179,4 @@ Name: swarm-manager
* [Evaluate Swarm in a sandbox](install-w-machine.md) * [Evaluate Swarm in a sandbox](install-w-machine.md)
* [Build a Swarm cluster for production](install-manual.md) * [Build a Swarm cluster for production](install-manual.md)
* [Swarm Discovery](discovery.md) * [Swarm Discovery](discovery.md)
* [Docker Machine](/machine) documentation * [Docker Machine](/machine) documentation

View File

@ -1,7 +1,6 @@
--- ---
description: Create a Swarm manager. description: Create a Swarm manager.
keywords: keywords: swarm, create
- swarm, create
title: create — Create a discovery token title: create — Create a discovery token
--- ---
@ -16,4 +15,4 @@ Some documentation also refers to the discovery token as a *cluster_id*.
> Warning: Docker Hub's hosted discovery backend is not recommended for production use. Its intended only for testing/development. > Warning: Docker Hub's hosted discovery backend is not recommended for production use. Its intended only for testing/development.
For more information and examples about this and other discovery backends, see the [Docker Swarm Discovery](../discovery.md) topic. For more information and examples about this and other discovery backends, see the [Docker Swarm Discovery](../discovery.md) topic.

View File

@ -1,7 +1,6 @@
--- ---
description: Get help for Swarm commands. description: Get help for Swarm commands.
keywords: keywords: swarm, help
- swarm, help
title: help - Display information about a command title: help - Display information about a command
--- ---
@ -33,4 +32,4 @@ For example:
Options: Options:
--timeout "10s" timeout period --timeout "10s" timeout period
--discovery-opt [--discovery-opt option --discovery-opt option] discovery options --discovery-opt [--discovery-opt option --discovery-opt option] discovery options

View File

@ -1,7 +1,6 @@
--- ---
description: Docker Swarm Commands Overview description: Docker Swarm Commands Overview
keywords: keywords: Swarm, cluster, commands
- Swarm, cluster, commands
title: Swarm command-line reference title: Swarm command-line reference
--- ---
@ -10,4 +9,4 @@ title: Swarm command-line reference
- [list](list.md) — List the nodes in a Docker cluster - [list](list.md) — List the nodes in a Docker cluster
- [manage](manage.md) — Create a Swarm manager - [manage](manage.md) — Create a Swarm manager
- [join](join.md) — Create a Swarm node - [join](join.md) — Create a Swarm node
- [help](help.md) — See a list of Swarm commands, or help for one command - [help](help.md) — See a list of Swarm commands, or help for one command

View File

@ -1,7 +1,6 @@
--- ---
description: Create a Swarm node. description: Create a Swarm node.
keywords: keywords: swarm, create, join
- swarm, create, join
title: join — Create a Swarm node title: join — Create a Swarm node
--- ---
@ -87,4 +86,4 @@ Use `--discovery-opt <value>` to discovery options, such as paths to the TLS fil
--discovery-opt kv.certfile=/path/to/mycert.pem \ --discovery-opt kv.certfile=/path/to/mycert.pem \
--discovery-opt kv.keyfile=/path/to/mykey.pem \ --discovery-opt kv.keyfile=/path/to/mykey.pem \
For more information, see [Use TLS with distributed key/value discovery](../discovery.md) For more information, see [Use TLS with distributed key/value discovery](../discovery.md)

View File

@ -1,7 +1,6 @@
--- ---
description: List the nodes in a cluster. description: List the nodes in a cluster.
keywords: keywords: swarm, list
- swarm, list
title: list — List the nodes in a cluster title: list — List the nodes in a cluster
--- ---
@ -77,4 +76,4 @@ Use `--discovery-opt <value>` to discovery options, such as paths to the TLS fil
--discovery-opt kv.certfile=/path/to/mycert.pem \ --discovery-opt kv.certfile=/path/to/mycert.pem \
--discovery-opt kv.keyfile=/path/to/mykey.pem \ --discovery-opt kv.keyfile=/path/to/mykey.pem \
For more information, see [Use TLS with distributed key/value discovery](../discovery.md) For more information, see [Use TLS with distributed key/value discovery](../discovery.md)

View File

@ -1,7 +1,6 @@
--- ---
description: Create a Swarm manager. description: Create a Swarm manager.
keywords: keywords: swarm, create, manage
- swarm, create, manage
title: manage — Create a Swarm manager title: manage — Create a Swarm manager
--- ---
@ -199,4 +198,4 @@ Use `--discovery-opt <value>` to discovery options, such as paths to the TLS fil
--discovery-opt kv.certfile=/path/to/mycert.pem \ --discovery-opt kv.certfile=/path/to/mycert.pem \
--discovery-opt kv.keyfile=/path/to/mykey.pem \ --discovery-opt kv.keyfile=/path/to/mykey.pem \
For more information, see [Use TLS with distributed key/value discovery](../discovery.md) For more information, see [Use TLS with distributed key/value discovery](../discovery.md)

View File

@ -1,8 +1,7 @@
--- ---
description: swarm command overview description: swarm command overview
keywords: keywords: Swarm, cluster, commands
- Swarm, cluster, commands title: 'Swarm: A Docker-native clustering system'
title: "Swarm: A Docker-native clustering system"
--- ---
The `swarm` command runs a Swarm container on a Docker Engine host and performs the task specified by the required subcommand, `COMMAND`. The `swarm` command runs a Swarm container on a Docker Engine host and performs the task specified by the required subcommand, `COMMAND`.
@ -37,4 +36,4 @@ The `swarm` command has the following subcommands:
- [list, l](list.md) - List the nodes in a Docker cluster - [list, l](list.md) - List the nodes in a Docker cluster
- [manage, m](manage.md) - Create a Swarm manager - [manage, m](manage.md) - Create a Swarm manager
- [join, j](join.md) - Create a Swarm node - [join, j](join.md) - Create a Swarm node
- [help](help.md) - Display a list of Swarm commands, or help for one command - [help](help.md) - Display a list of Swarm commands, or help for one command

View File

@ -1,7 +1,6 @@
--- ---
description: Swarm filters description: Swarm filters
keywords: keywords: docker, swarm, clustering, filters
- docker, swarm, clustering, filters
title: Swarm filters title: Swarm filters
--- ---
@ -519,4 +518,4 @@ without a container that satisfies `redis*`
- [Docker Swarm overview](../index.md) - [Docker Swarm overview](../index.md)
- [Discovery options](../discovery.md) - [Discovery options](../discovery.md)
- [Scheduler strategies](strategy.md) - [Scheduler strategies](strategy.md)
- [Swarm API](../swarm-api.md) - [Swarm API](../swarm-api.md)

View File

@ -1,9 +1,8 @@
--- ---
description: 'Swarm: a Docker-native clustering system' description: 'Swarm: a Docker-native clustering system'
keywords: keywords: docker, swarm, clustering, scheduling
- docker, swarm, clustering, scheduling
title: Advanced Scheduling title: Advanced Scheduling
--- ---
To learn more about advanced scheduling, see the [strategies](strategy.md), To learn more about advanced scheduling, see the [strategies](strategy.md),
[rescheduling](rescheduling.md), and [filters](filter.md) documents. [rescheduling](rescheduling.md), and [filters](filter.md) documents.

View File

@ -1,7 +1,6 @@
--- ---
description: Swarm rescheduling description: Swarm rescheduling
keywords: keywords: docker, swarm, clustering, rescheduling
- docker, swarm, clustering, rescheduling
title: Swarm rescheduling title: Swarm rescheduling
--- ---
@ -56,4 +55,4 @@ Failed to start rescheduled container 2362901cb213da321
## Related information ## Related information
* [Apply custom metadata](/engine/userguide/labels-custom-metadata/) * [Apply custom metadata](/engine/userguide/labels-custom-metadata/)
* [Environment variables with run](/engine/reference/run/#env-environment-variables) * [Environment variables with run](/engine/reference/run/#env-environment-variables)

View File

@ -1,7 +1,6 @@
--- ---
description: Swarm strategies description: Swarm strategies
keywords: keywords: docker, swarm, clustering, strategies
- docker, swarm, clustering, strategies
title: Docker Swarm strategies title: Docker Swarm strategies
--- ---
@ -119,4 +118,4 @@ strategy prefers the node with most containers.
- [Docker Swarm overview](../index.md) - [Docker Swarm overview](../index.md)
- [Discovery options](../discovery.md) - [Discovery options](../discovery.md)
- [Scheduler filters](filter.md) - [Scheduler filters](filter.md)
- [Swarm API](../swarm-api.md) - [Swarm API](../swarm-api.md)

View File

@ -1,7 +1,6 @@
--- ---
description: Swarm and transport layer security description: Swarm and transport layer security
keywords: keywords: docker, swarm, TLS, discovery, security, certificates
- docker, swarm, TLS, discovery, security, certificates
title: Use Docker Swarm with TLS title: Use Docker Swarm with TLS
--- ---
@ -158,4 +157,4 @@ facing production workloads exposed to untrusted networks.
## Related information ## Related information
* [Configure Docker Swarm for TLS](configure-tls.md) * [Configure Docker Swarm for TLS](configure-tls.md)
* [Docker security](/engine/security/security/) * [Docker security](/engine/security/security/)

View File

@ -1,7 +1,6 @@
--- ---
description: Swarm API response codes description: Swarm API response codes
keywords: keywords: docker, swarm, response, code, api
- docker, swarm, response, code, api
title: Swarm vs. Engine response codes title: Swarm vs. Engine response codes
--- ---
@ -558,4 +557,4 @@ The comparison is based on api v1.22, and all Docker Status Codes in api v1.22 a
|204|204| |204|204|
|404|404| |404|404|
||409| ||409|
|500|500| |500|500|

View File

@ -1,10 +1,9 @@
--- ---
description: Swarm API
keywords: docker, swarm, clustering, api
redirect_from: redirect_from:
- /api/swarm-api/ - /api/swarm-api/
- /swarm/api/ - /swarm/api/
description: Swarm API
keywords:
- docker, swarm, clustering, api
title: Docker Swarm API title: Docker Swarm API
--- ---
@ -179,4 +178,4 @@ $ docker run --rm -it yourprivateimage:latest
- [Docker Swarm overview](/swarm/) - [Docker Swarm overview](/swarm/)
- [Discovery options](/swarm/discovery/) - [Discovery options](/swarm/discovery/)
- [Scheduler strategies](/swarm/scheduler/strategy/) - [Scheduler strategies](/swarm/scheduler/strategy/)
- [Scheduler filters](/swarm/scheduler/filter/) - [Scheduler filters](/swarm/scheduler/filter/)

View File

@ -1,9 +1,8 @@
--- ---
description: Try Swarm at scale
keywords: docker, swarm, scale, voting, application, architecture
redirect_from: redirect_from:
- /swarm/swarm_at_scale/about/ - /swarm/swarm_at_scale/about/
description: Try Swarm at scale
keywords:
- docker, swarm, scale, voting, application, architecture
title: Learn the application architecture title: Learn the application architecture
--- ---
@ -101,4 +100,4 @@ step wouldn't be needed.
Now that you understand the application architecture, you need to deploy a Now that you understand the application architecture, you need to deploy a
network configuration that can support it. In the next step, you network configuration that can support it. In the next step, you
[deploy network infrastructure](deploy-infra.md) for use in this sample. [deploy network infrastructure](deploy-infra.md) for use in this sample.

View File

@ -1,9 +1,8 @@
--- ---
description: Try Swarm at scale
keywords: docker, swarm, scale, voting, application, certificates
redirect_from: redirect_from:
- /swarm/swarm_at_scale/04-deploy-app/ - /swarm/swarm_at_scale/04-deploy-app/
description: Try Swarm at scale
keywords:
- docker, swarm, scale, voting, application, certificates
title: Deploy the application title: Deploy the application
--- ---
@ -418,4 +417,4 @@ Congratulations. You have successfully walked through manually deploying a
microservice-based application to a Swarm cluster. Of course, not every microservice-based application to a Swarm cluster. Of course, not every
deployment goes smoothly. Now that you've learned how to successfully deploy an deployment goes smoothly. Now that you've learned how to successfully deploy an
application at scale, you should learn [what to consider when troubleshooting application at scale, you should learn [what to consider when troubleshooting
large applications running on a Swarm cluster](troubleshoot.md). large applications running on a Swarm cluster](troubleshoot.md).

View File

@ -1,10 +1,9 @@
--- ---
description: Try Swarm at scale
keywords: docker, swarm, scale, voting, application, certificates
redirect_from: redirect_from:
- /swarm/swarm_at_scale/03-create-cluster/ - /swarm/swarm_at_scale/03-create-cluster/
- /swarm/swarm_at_scale/02-deploy-infra/ - /swarm/swarm_at_scale/02-deploy-infra/
description: Try Swarm at scale
keywords:
- docker, swarm, scale, voting, application, certificates
title: Deploy application infrastructure title: Deploy application infrastructure
--- ---
@ -431,4 +430,4 @@ commands below, notice the label you are applying to each node.
## Next Step ## Next Step
Your key-value store, load balancer, and Swarm cluster infrastructure are up. You are Your key-value store, load balancer, and Swarm cluster infrastructure are up. You are
ready to [build and run the voting application](deploy-app.md) on it. ready to [build and run the voting application](deploy-app.md) on it.

View File

@ -1,7 +1,6 @@
--- ---
description: Try Swarm at scale description: Try Swarm at scale
keywords: keywords: docker, swarm, scale, voting, application, certificates
- docker, swarm, scale, voting, application, certificates
title: Try Swarm at scale title: Try Swarm at scale
--- ---
@ -23,4 +22,4 @@ complete and has the following steps:
- [Learn the application architecture](about.md) - [Learn the application architecture](about.md)
- [Deploy your infrastructure](deploy-infra.md) - [Deploy your infrastructure](deploy-infra.md)
- [Deploy the application](deploy-app.md) - [Deploy the application](deploy-app.md)
- [Troubleshoot the application](troubleshoot.md) - [Troubleshoot the application](troubleshoot.md)

View File

@ -1,9 +1,8 @@
--- ---
description: Try Swarm at scale
keywords: docker, swarm, scale, voting, application, certificates
redirect_from: redirect_from:
- /swarm/swarm_at_scale/05-troubleshoot/ - /swarm/swarm_at_scale/05-troubleshoot/
description: Try Swarm at scale
keywords:
- docker, swarm, scale, voting, application, certificates
title: Troubleshoot the application title: Troubleshoot the application
--- ---
@ -213,4 +212,4 @@ useful documentation:
* [Plan for Swarm in production](../plan-for-production.md) * [Plan for Swarm in production](../plan-for-production.md)
* [Swarm and container networks](../networking.md) * [Swarm and container networks](../networking.md)
* [High availability in Docker Swarm](../multi-manager-setup.md) * [High availability in Docker Swarm](../multi-manager-setup.md)