Browse code

Merge pull request #28053 from gdevillele/pr_fix_docs_frontmatter_keywords_2

fix frontmatter keywords value type (string, instead of []string) in /docs/reference/

Misty Stanley-Jones authored on 2016/11/04 09:16:40
Showing 109 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 published: false
3 3
 title: "Docker Hub API"
4 4
 description: "API Documentation for the Docker Hub API"
5
-keywords: ["API, Docker, index, REST, documentation, Docker Hub,  registry"]
5
+keywords: "API, Docker, index, REST, documentation, Docker Hub, registry"
6 6
 ---
7 7
 
8 8
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "docker.io accounts API"
3 3
 description: "API Documentation for docker.io accounts."
4
-keywords: ["API, Docker, accounts, REST,  documentation"]
4
+keywords: "API, Docker, accounts, REST, documentation"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Remote API"
3 3
 description: "API Documentation for Docker"
4
-keywords: ["API, Docker, rcli, REST,  documentation"]
4
+keywords: "API, Docker, rcli, REST, documentation"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Remote API v1.18"
3 3
 description: "API Documentation for Docker"
4
-keywords: ["API, Docker, rcli, REST,  documentation"]
4
+keywords: "API, Docker, rcli, REST, documentation"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Remote API v1.19"
3 3
 description: "API Documentation for Docker"
4
-keywords: ["API, Docker, rcli, REST,  documentation"]
4
+keywords: "API, Docker, rcli, REST, documentation"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Remote API v1.20"
3 3
 description: "API Documentation for Docker"
4
-keywords: ["API, Docker, rcli, REST,  documentation"]
4
+keywords: "API, Docker, rcli, REST, documentation"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Remote API v1.21"
3 3
 description: "API Documentation for Docker"
4
-keywords: ["API, Docker, rcli, REST,  documentation"]
4
+keywords: "API, Docker, rcli, REST, documentation"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Remote API v1.22"
3 3
 description: "API Documentation for Docker"
4
-keywords: ["API, Docker, rcli, REST,  documentation"]
4
+keywords: "API, Docker, rcli, REST, documentation"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Remote API v1.23"
3 3
 description: "API Documentation for Docker"
4
-keywords: ["API, Docker, rcli, REST,  documentation"]
4
+keywords: "API, Docker, rcli, REST, documentation"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Remote API v1.24"
3 3
 description: "API Documentation for Docker"
4
-keywords: ["API, Docker, rcli, REST,  documentation"]
4
+keywords: "API, Docker, rcli, REST, documentation"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Remote API v1.25"
3 3
 description: "API Documentation for Docker"
4
-keywords: ["API, Docker, rcli, REST,  documentation"]
4
+keywords: "API, Docker, rcli, REST, documentation"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -2,7 +2,7 @@
2 2
 published: false
3 3
 title: "The Docker Hub and the Registry v1"
4 4
 description: "Documentation for docker Registry and Registry API"
5
-keywords: ["docker, registry, api,  hub"]
5
+keywords: "docker, registry, api, hub"
6 6
 ---
7 7
 
8 8
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "API Reference"
3 3
 description: "Reference"
4
-keywords: ["Engine"]
4
+keywords: "Engine"
5 5
 identifier: "engine_remoteapi"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Remote API client libraries"
3 3
 description: "Various client libraries available to use with the Docker remote API"
4
-keywords: ["API, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust,  Scala"]
4
+keywords: "API, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Dockerfile reference"
3 3
 description: "Dockerfiles use a simple DSL which allows you to automate the steps you would normally manually take to create an image."
4
-keywords: ["builder, docker, Dockerfile, automation,  image creation"]
4
+keywords: "builder, docker, Dockerfile, automation, image creation"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "attach"
3 3
 description: "The attach command description and usage"
4
-keywords: ["attach, running, container"]
4
+keywords: "attach, running, container"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "build"
3 3
 description: "The build command description and usage"
4
-keywords: ["build, docker, image"]
4
+keywords: "build, docker, image"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Use the Docker command line"
3 3
 description: "Docker's CLI command description and usage"
4
-keywords: ["Docker, Docker documentation, CLI,  command line"]
4
+keywords: "Docker, Docker documentation, CLI, command line"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "commit"
3 3
 description: "The commit command description and usage"
4
-keywords: ["commit, file, changes"]
4
+keywords: "commit, file, changes"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "container prune"
3 3
 description: "Remove all stopped containers"
4
-keywords: [container, prune, delete, remove]
4
+keywords: container, prune, delete, remove
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "cp"
3 3
 description: "The cp command description and usage"
4
-keywords: ["copy, container, files, folders"]
4
+keywords: "copy, container, files, folders"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "create"
3 3
 description: "The create command description and usage"
4
-keywords: ["docker, create, container"]
4
+keywords: "docker, create, container"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "deploy"
3 3
 description: "The deploy command description and usage"
4
-keywords: ["stack, deploy"]
4
+keywords: "stack, deploy"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "diff"
3 3
 description: "The diff command description and usage"
4
-keywords: ["list, changed, files, container"]
4
+keywords: "list, changed, files, container"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -2,7 +2,7 @@
2 2
 title: "dockerd"
3 3
 aliases: ["/engine/reference/commandline/daemon/"]
4 4
 description: "The daemon command description and usage"
5
-keywords: ["container, daemon, runtime"]
5
+keywords: "container, daemon, runtime"
6 6
 ---
7 7
 
8 8
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "events"
3 3
 description: "The events command description and usage"
4
-keywords: ["events, container, report"]
4
+keywords: "events, container, report"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "exec"
3 3
 description: "The exec command description and usage"
4
-keywords: ["command, container, run, execute"]
4
+keywords: "command, container, run, execute"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "export"
3 3
 description: "The export command description and usage"
4
-keywords: ["export, file, system, container"]
4
+keywords: "export, file, system, container"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "history"
3 3
 description: "The history command description and usage"
4
-keywords: ["docker, image, history"]
4
+keywords: "docker, image, history"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "image prune"
3 3
 description: "Remove all stopped images"
4
-keywords: [image, prune, delete, remove]
4
+keywords: "image, prune, delete, remove"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "images"
3 3
 description: "The images command description and usage"
4
-keywords: ["list, docker, images"]
4
+keywords: "list, docker, images"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "import"
3 3
 description: "The import command description and usage"
4
-keywords: ["import, file, system, container"]
4
+keywords: "import, file, system, container"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Docker commands"
3 3
 description: "Docker's CLI command description and usage"
4
-keywords: ["Docker, Docker documentation, CLI,  command line"]
4
+keywords: "Docker, Docker documentation, CLI, command line"
5 5
 identifier: "smn_cli_guide"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "info"
3 3
 description: "The info command description and usage"
4
-keywords: ["display, docker, information"]
4
+keywords: "display, docker, information"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "inspect"
3 3
 description: "The inspect command description and usage"
4
-keywords: ["inspect, container, json"]
4
+keywords: "inspect, container, json"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "kill"
3 3
 description: "The kill command description and usage"
4
-keywords: ["container, kill, signal"]
4
+keywords: "container, kill, signal"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "load"
3 3
 description: "The load command description and usage"
4
-keywords: ["stdin, tarred, repository"]
4
+keywords: "stdin, tarred, repository"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "login"
3 3
 description: "The login command description and usage"
4
-keywords: ["registry, login, image"]
4
+keywords: "registry, login, image"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "logout"
3 3
 description: "The logout command description and usage"
4
-keywords: ["logout, docker, registry"]
4
+keywords: "logout, docker, registry"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "logs"
3 3
 description: "The logs command description and usage"
4
-keywords: ["logs, retrieve, docker"]
4
+keywords: "logs, retrieve, docker"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Command line reference"
3 3
 description: "Docker's CLI command description and usage"
4
-keywords: ["Docker, Docker documentation, CLI,  command line"]
4
+keywords: "Docker, Docker documentation, CLI, command line"
5 5
 identifier:  "smn_cli"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "network connect"
3 3
 description: "The network connect command description and usage"
4
-keywords: ["network, connect, user-defined"]
4
+keywords: "network, connect, user-defined"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "network create"
3 3
 description: "The network create command description and usage"
4
-keywords: ["network, create"]
4
+keywords: "network, create"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "network disconnect"
3 3
 description: "The network disconnect command description and usage"
4
-keywords: ["network, disconnect, user-defined"]
4
+keywords: "network, disconnect, user-defined"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "network inspect"
3 3
 description: "The network inspect command description and usage"
4
-keywords: ["network, inspect, user-defined"]
4
+keywords: "network, inspect, user-defined"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "network ls"
3 3
 description: "The network ls command description and usage"
4
-keywords: ["network, list, user-defined"]
4
+keywords: "network, list, user-defined"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "network prune"
3 3
 description: "Remove unused networks"
4
-keywords: [network, prune, delete]
4
+keywords: "network, prune, delete"
5 5
 ---
6 6
 
7 7
 # network prune
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "network rm"
3 3
 description: "the network rm command description and usage"
4
-keywords: ["network, rm, user-defined"]
4
+keywords: "network, rm, user-defined"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "node demote"
3 3
 description: "The node demote command description and usage"
4
-keywords: ["node, demote"]
4
+keywords: "node, demote"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "node inspect"
3 3
 description: "The node inspect command description and usage"
4
-keywords: ["node, inspect"]
4
+keywords: "node, inspect"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "node ls"
3 3
 description: "The node ls command description and usage"
4
-keywords: ["node, list"]
4
+keywords: "node, list"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "node promote"
3 3
 description: "The node promote command description and usage"
4
-keywords: ["node, promote"]
4
+keywords: "node, promote"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "node rm"
3 3
 description: "The node rm command description and usage"
4
-keywords: ["node, remove"]
4
+keywords: "node, remove"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "node update"
3 3
 description: "The node update command description and usage"
4
-keywords: ["resources, update, dynamically"]
4
+keywords: "resources, update, dynamically"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "pause"
3 3
 description: "The pause command description and usage"
4
-keywords: ["cgroups, container, suspend, SIGSTOP"]
4
+keywords: "cgroups, container, suspend, SIGSTOP"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "plugin disable"
3 3
 description: "the plugin disable command description and usage"
4
-keywords: ["plugin, disable"]
4
+keywords: "plugin, disable"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "plugin enable"
3 3
 description: "the plugin enable command description and usage"
4
-keywords: ["plugin, enable"]
4
+keywords: "plugin, enable"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "plugin inspect"
3 3
 description: "The plugin inspect command description and usage"
4
-keywords: ["plugin, inspect"]
4
+keywords: "plugin, inspect"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "plugin install"
3 3
 description: "the plugin install command description and usage"
4
-keywords: ["plugin, install"]
4
+keywords: "plugin, install"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "plugin ls"
3 3
 description: "The plugin ls command description and usage"
4
-keywords: ["plugin, list"]
4
+keywords: "plugin, list"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "plugin rm"
3 3
 description: "the plugin rm command description and usage"
4
-keywords: ["plugin, rm"]
4
+keywords: "plugin, rm"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "port"
3 3
 description: "The port command description and usage"
4
-keywords: ["port, mapping, container"]
4
+keywords: "port, mapping, container"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "ps"
3 3
 description: "The ps command description and usage"
4
-keywords: ["container, running, list"]
4
+keywords: "container, running, list"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "pull"
3 3
 description: "The pull command description and usage"
4
-keywords: ["pull, image, hub, docker"]
4
+keywords: "pull, image, hub, docker"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "push"
3 3
 description: "The push command description and usage"
4
-keywords: ["share, push, image"]
4
+keywords: "share, push, image"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "rename"
3 3
 description: "The rename command description and usage"
4
-keywords: ["rename, docker, container"]
4
+keywords: "rename, docker, container"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "restart"
3 3
 description: "The restart command description and usage"
4
-keywords: ["restart, container, Docker"]
4
+keywords: "restart, container, Docker"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "rm"
3 3
 description: "The rm command description and usage"
4
-keywords: ["remove, Docker, container"]
4
+keywords: "remove, Docker, container"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "rmi"
3 3
 description: "The rmi command description and usage"
4
-keywords: ["remove, image, Docker"]
4
+keywords: "remove, image, Docker"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "run"
3 3
 description: "The run command description and usage"
4
-keywords: ["run, command, container"]
4
+keywords: "run, command, container"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "save"
3 3
 description: "The save command description and usage"
4
-keywords: ["tarred, repository, backup"]
4
+keywords: "tarred, repository, backup"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "search"
3 3
 description: "The search command description and usage"
4
-keywords: ["search, hub, images"]
4
+keywords: "search, hub, images"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "service create"
3 3
 description: "The service create command description and usage"
4
-keywords: ["service, create"]
4
+keywords: "service, create"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "service inspect"
3 3
 description: "The service inspect command description and usage"
4
-keywords: ["service, inspect"]
4
+keywords: "service, inspect"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "service ls"
3 3
 description: "The service ls command description and usage"
4
-keywords: ["service, ls"]
4
+keywords: "service, ls"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "service ps"
3 3
 description: "The service ps command description and usage"
4
-keywords: service, tasks, ps
4
+keywords: "service, tasks, ps"
5 5
 aliases: ["/engine/reference/commandline/service_tasks/"]
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "service rm"
3 3
 description: "The service rm command description and usage"
4
-keywords: ["service, rm"]
4
+keywords: "service, rm"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "service scale"
3 3
 description: "The service scale command description and usage"
4
-keywords: ["service, scale"]
4
+keywords: "service, scale"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "service update"
3 3
 description: "The service update command description and usage"
4
-keywords: ["service, update"]
4
+keywords: "service, update"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "stack config"
3 3
 description: "The stack config command description and usage"
4
-keywords: ["stack, config"]
4
+keywords: "stack, config"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "stack deploy"
3 3
 description: "The stack deploy command description and usage"
4
-keywords: ["stack, deploy, up"]
4
+keywords: "stack, deploy, up"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "stack ls"
3 3
 description: "The stack ls command description and usage"
4
-keywords: ["stack, ls"]
4
+keywords: "stack, ls"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "stack ps"
3 3
 description: "The stack ps command description and usage"
4
-keywords: ["stack, ps"]
4
+keywords: "stack, ps"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "stack rm"
3 3
 description: "The stack rm command description and usage"
4
-keywords: ["stack, rm, remove, down"]
4
+keywords: "stack, rm, remove, down"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "stack services"
3 3
 description: "The stack services command description and usage"
4
-keywords: ["stack, services"]
4
+keywords: "stack, services"
5 5
 advisory: "experimental"
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "start"
3 3
 description: "The start command description and usage"
4
-keywords: ["Start, container, stopped"]
4
+keywords: "Start, container, stopped"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "stats"
3 3
 description: "The stats command description and usage"
4
-keywords: ["container, resource, statistics"]
4
+keywords: "container, resource, statistics"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "stop"
3 3
 description: "The stop command description and usage"
4
-keywords: ["stop, SIGKILL, SIGTERM"]
4
+keywords: "stop, SIGKILL, SIGTERM"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "swarm init"
3 3
 description: "The swarm init command description and usage"
4
-keywords: ["swarm, init"]
4
+keywords: "swarm, init"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "swarm join"
3 3
 description: "The swarm join command description and usage"
4
-keywords: ["swarm, join"]
4
+keywords: "swarm, join"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "swarm join-token"
3 3
 description: "The swarm join-token command description and usage"
4
-keywords: ["swarm, join-token"]
4
+keywords: "swarm, join-token"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "swarm leave"
3 3
 description: "The swarm leave command description and usage"
4
-keywords: ["swarm, leave"]
4
+keywords: "swarm, leave"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "swarm update"
3 3
 description: "The swarm update command description and usage"
4
-keywords: ["swarm, update"]
4
+keywords: "swarm, update"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "system df"
3 3
 description: "The system df command description and usage"
4
-keywords: [system, data, usage, disk]
4
+keywords: "system, data, usage, disk"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "system prune"
3 3
 description: "Remove unused data"
4
-keywords: [system, prune, delete, remove]
4
+keywords: "system, prune, delete, remove"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "tag"
3 3
 description: "The tag command description and usage"
4
-keywords: ["tag, name, image"]
4
+keywords: "tag, name, image"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "top"
3 3
 description: "The top command description and usage"
4
-keywords: ["container, running, processes"]
4
+keywords: "container, running, processes"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "unpause"
3 3
 description: "The unpause command description and usage"
4
-keywords: ["cgroups, suspend, container"]
4
+keywords: "cgroups, suspend, container"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "update"
3 3
 description: "The update command description and usage"
4
-keywords: ["resources, update, dynamically"]
4
+keywords: "resources, update, dynamically"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "version"
3 3
 description: "The version command description and usage"
4
-keywords: ["version, architecture, api"]
4
+keywords: "version, architecture, api"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "volume create"
3 3
 description: "The volume create command description and usage"
4
-keywords: ["volume, create"]
4
+keywords: "volume, create"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "volume inspect"
3 3
 description: "The volume inspect command description and usage"
4
-keywords: ["volume, inspect"]
4
+keywords: "volume, inspect"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "volume ls"
3 3
 description: "The volume ls command description and usage"
4
-keywords: ["volume, list"]
4
+keywords: "volume, list"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "volume prune"
3 3
 description: "Remove unused volumes"
4
-keywords: [volume, prune, delete]
4
+keywords: "volume, prune, delete"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "volume rm"
3 3
 description: "the volume rm command description and usage"
4
-keywords: ["volume, rm"]
4
+keywords: "volume, rm"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "wait"
3 3
 description: "The wait command description and usage"
4
-keywords: ["container, stop, wait"]
4
+keywords: "container, stop, wait"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Docker Glossary"
3 3
 description: "Glossary of terms used around Docker"
4
-keywords: ["glossary, docker, terms,  definitions"]
4
+keywords: "glossary, docker, terms, definitions"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Engine reference"
3 3
 description: "Docker Engine reference"
4
-keywords: ["Engine"]
4
+keywords: "Engine"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Docker run reference"
3 3
 description: "Configure containers at runtime"
4
-keywords: ["docker, run, configure,  runtime"]
4
+keywords: "docker, run, configure, runtime"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github