1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #28053 from gdevillele/pr_fix_docs_frontmatter_keywords_2

fix frontmatter keywords value type (string, instead of []string) in /docs/reference/
This commit is contained in:
Misty Stanley-Jones 2016-11-03 17:16:40 -07:00 committed by GitHub
commit a89f8f2d93
109 changed files with 109 additions and 109 deletions

View file

@ -2,7 +2,7 @@
published: false published: false
title: "Docker Hub API" title: "Docker Hub API"
description: "API Documentation for the Docker Hub API" description: "API Documentation for the Docker Hub API"
keywords: ["API, Docker, index, REST, documentation, Docker Hub, registry"] keywords: "API, Docker, index, REST, documentation, Docker Hub, registry"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "docker.io accounts API" title: "docker.io accounts API"
description: "API Documentation for docker.io accounts." description: "API Documentation for docker.io accounts."
keywords: ["API, Docker, accounts, REST, documentation"] keywords: "API, Docker, accounts, REST, documentation"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Remote API" title: "Remote API"
description: "API Documentation for Docker" description: "API Documentation for Docker"
keywords: ["API, Docker, rcli, REST, documentation"] keywords: "API, Docker, rcli, REST, documentation"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Remote API v1.18" title: "Remote API v1.18"
description: "API Documentation for Docker" description: "API Documentation for Docker"
keywords: ["API, Docker, rcli, REST, documentation"] keywords: "API, Docker, rcli, REST, documentation"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Remote API v1.19" title: "Remote API v1.19"
description: "API Documentation for Docker" description: "API Documentation for Docker"
keywords: ["API, Docker, rcli, REST, documentation"] keywords: "API, Docker, rcli, REST, documentation"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Remote API v1.20" title: "Remote API v1.20"
description: "API Documentation for Docker" description: "API Documentation for Docker"
keywords: ["API, Docker, rcli, REST, documentation"] keywords: "API, Docker, rcli, REST, documentation"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Remote API v1.21" title: "Remote API v1.21"
description: "API Documentation for Docker" description: "API Documentation for Docker"
keywords: ["API, Docker, rcli, REST, documentation"] keywords: "API, Docker, rcli, REST, documentation"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Remote API v1.22" title: "Remote API v1.22"
description: "API Documentation for Docker" description: "API Documentation for Docker"
keywords: ["API, Docker, rcli, REST, documentation"] keywords: "API, Docker, rcli, REST, documentation"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Remote API v1.23" title: "Remote API v1.23"
description: "API Documentation for Docker" description: "API Documentation for Docker"
keywords: ["API, Docker, rcli, REST, documentation"] keywords: "API, Docker, rcli, REST, documentation"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Remote API v1.24" title: "Remote API v1.24"
description: "API Documentation for Docker" description: "API Documentation for Docker"
keywords: ["API, Docker, rcli, REST, documentation"] keywords: "API, Docker, rcli, REST, documentation"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Remote API v1.25" title: "Remote API v1.25"
description: "API Documentation for Docker" description: "API Documentation for Docker"
keywords: ["API, Docker, rcli, REST, documentation"] keywords: "API, Docker, rcli, REST, documentation"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -2,7 +2,7 @@
published: false published: false
title: "The Docker Hub and the Registry v1" title: "The Docker Hub and the Registry v1"
description: "Documentation for docker Registry and Registry API" description: "Documentation for docker Registry and Registry API"
keywords: ["docker, registry, api, hub"] keywords: "docker, registry, api, hub"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "API Reference" title: "API Reference"
description: "Reference" description: "Reference"
keywords: ["Engine"] keywords: "Engine"
identifier: "engine_remoteapi" identifier: "engine_remoteapi"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "Remote API client libraries" title: "Remote API client libraries"
description: "Various client libraries available to use with the Docker remote API" description: "Various client libraries available to use with the Docker remote API"
keywords: ["API, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala"] keywords: "API, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Dockerfile reference" title: "Dockerfile reference"
description: "Dockerfiles use a simple DSL which allows you to automate the steps you would normally manually take to create an image." description: "Dockerfiles use a simple DSL which allows you to automate the steps you would normally manually take to create an image."
keywords: ["builder, docker, Dockerfile, automation, image creation"] keywords: "builder, docker, Dockerfile, automation, image creation"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "attach" title: "attach"
description: "The attach command description and usage" description: "The attach command description and usage"
keywords: ["attach, running, container"] keywords: "attach, running, container"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "build" title: "build"
description: "The build command description and usage" description: "The build command description and usage"
keywords: ["build, docker, image"] keywords: "build, docker, image"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Use the Docker command line" title: "Use the Docker command line"
description: "Docker's CLI command description and usage" description: "Docker's CLI command description and usage"
keywords: ["Docker, Docker documentation, CLI, command line"] keywords: "Docker, Docker documentation, CLI, command line"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "commit" title: "commit"
description: "The commit command description and usage" description: "The commit command description and usage"
keywords: ["commit, file, changes"] keywords: "commit, file, changes"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "container prune" title: "container prune"
description: "Remove all stopped containers" description: "Remove all stopped containers"
keywords: [container, prune, delete, remove] keywords: container, prune, delete, remove
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "cp" title: "cp"
description: "The cp command description and usage" description: "The cp command description and usage"
keywords: ["copy, container, files, folders"] keywords: "copy, container, files, folders"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "create" title: "create"
description: "The create command description and usage" description: "The create command description and usage"
keywords: ["docker, create, container"] keywords: "docker, create, container"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "deploy" title: "deploy"
description: "The deploy command description and usage" description: "The deploy command description and usage"
keywords: ["stack, deploy"] keywords: "stack, deploy"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "diff" title: "diff"
description: "The diff command description and usage" description: "The diff command description and usage"
keywords: ["list, changed, files, container"] keywords: "list, changed, files, container"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -2,7 +2,7 @@
title: "dockerd" title: "dockerd"
aliases: ["/engine/reference/commandline/daemon/"] aliases: ["/engine/reference/commandline/daemon/"]
description: "The daemon command description and usage" description: "The daemon command description and usage"
keywords: ["container, daemon, runtime"] keywords: "container, daemon, runtime"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "events" title: "events"
description: "The events command description and usage" description: "The events command description and usage"
keywords: ["events, container, report"] keywords: "events, container, report"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "exec" title: "exec"
description: "The exec command description and usage" description: "The exec command description and usage"
keywords: ["command, container, run, execute"] keywords: "command, container, run, execute"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "export" title: "export"
description: "The export command description and usage" description: "The export command description and usage"
keywords: ["export, file, system, container"] keywords: "export, file, system, container"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "history" title: "history"
description: "The history command description and usage" description: "The history command description and usage"
keywords: ["docker, image, history"] keywords: "docker, image, history"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "image prune" title: "image prune"
description: "Remove all stopped images" description: "Remove all stopped images"
keywords: [image, prune, delete, remove] keywords: "image, prune, delete, remove"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "images" title: "images"
description: "The images command description and usage" description: "The images command description and usage"
keywords: ["list, docker, images"] keywords: "list, docker, images"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "import" title: "import"
description: "The import command description and usage" description: "The import command description and usage"
keywords: ["import, file, system, container"] keywords: "import, file, system, container"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Docker commands" title: "Docker commands"
description: "Docker's CLI command description and usage" description: "Docker's CLI command description and usage"
keywords: ["Docker, Docker documentation, CLI, command line"] keywords: "Docker, Docker documentation, CLI, command line"
identifier: "smn_cli_guide" identifier: "smn_cli_guide"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "info" title: "info"
description: "The info command description and usage" description: "The info command description and usage"
keywords: ["display, docker, information"] keywords: "display, docker, information"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "inspect" title: "inspect"
description: "The inspect command description and usage" description: "The inspect command description and usage"
keywords: ["inspect, container, json"] keywords: "inspect, container, json"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "kill" title: "kill"
description: "The kill command description and usage" description: "The kill command description and usage"
keywords: ["container, kill, signal"] keywords: "container, kill, signal"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "load" title: "load"
description: "The load command description and usage" description: "The load command description and usage"
keywords: ["stdin, tarred, repository"] keywords: "stdin, tarred, repository"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "login" title: "login"
description: "The login command description and usage" description: "The login command description and usage"
keywords: ["registry, login, image"] keywords: "registry, login, image"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "logout" title: "logout"
description: "The logout command description and usage" description: "The logout command description and usage"
keywords: ["logout, docker, registry"] keywords: "logout, docker, registry"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "logs" title: "logs"
description: "The logs command description and usage" description: "The logs command description and usage"
keywords: ["logs, retrieve, docker"] keywords: "logs, retrieve, docker"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "Command line reference" title: "Command line reference"
description: "Docker's CLI command description and usage" description: "Docker's CLI command description and usage"
keywords: ["Docker, Docker documentation, CLI, command line"] keywords: "Docker, Docker documentation, CLI, command line"
identifier: "smn_cli" identifier: "smn_cli"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "network connect" title: "network connect"
description: "The network connect command description and usage" description: "The network connect command description and usage"
keywords: ["network, connect, user-defined"] keywords: "network, connect, user-defined"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "network create" title: "network create"
description: "The network create command description and usage" description: "The network create command description and usage"
keywords: ["network, create"] keywords: "network, create"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "network disconnect" title: "network disconnect"
description: "The network disconnect command description and usage" description: "The network disconnect command description and usage"
keywords: ["network, disconnect, user-defined"] keywords: "network, disconnect, user-defined"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "network inspect" title: "network inspect"
description: "The network inspect command description and usage" description: "The network inspect command description and usage"
keywords: ["network, inspect, user-defined"] keywords: "network, inspect, user-defined"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "network ls" title: "network ls"
description: "The network ls command description and usage" description: "The network ls command description and usage"
keywords: ["network, list, user-defined"] keywords: "network, list, user-defined"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "network prune" title: "network prune"
description: "Remove unused networks" description: "Remove unused networks"
keywords: [network, prune, delete] keywords: "network, prune, delete"
--- ---
# network prune # network prune

View file

@ -1,7 +1,7 @@
--- ---
title: "network rm" title: "network rm"
description: "the network rm command description and usage" description: "the network rm command description and usage"
keywords: ["network, rm, user-defined"] keywords: "network, rm, user-defined"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "node demote" title: "node demote"
description: "The node demote command description and usage" description: "The node demote command description and usage"
keywords: ["node, demote"] keywords: "node, demote"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "node inspect" title: "node inspect"
description: "The node inspect command description and usage" description: "The node inspect command description and usage"
keywords: ["node, inspect"] keywords: "node, inspect"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "node ls" title: "node ls"
description: "The node ls command description and usage" description: "The node ls command description and usage"
keywords: ["node, list"] keywords: "node, list"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "node promote" title: "node promote"
description: "The node promote command description and usage" description: "The node promote command description and usage"
keywords: ["node, promote"] keywords: "node, promote"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "node rm" title: "node rm"
description: "The node rm command description and usage" description: "The node rm command description and usage"
keywords: ["node, remove"] keywords: "node, remove"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "node update" title: "node update"
description: "The node update command description and usage" description: "The node update command description and usage"
keywords: ["resources, update, dynamically"] keywords: "resources, update, dynamically"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "pause" title: "pause"
description: "The pause command description and usage" description: "The pause command description and usage"
keywords: ["cgroups, container, suspend, SIGSTOP"] keywords: "cgroups, container, suspend, SIGSTOP"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "plugin disable" title: "plugin disable"
description: "the plugin disable command description and usage" description: "the plugin disable command description and usage"
keywords: ["plugin, disable"] keywords: "plugin, disable"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "plugin enable" title: "plugin enable"
description: "the plugin enable command description and usage" description: "the plugin enable command description and usage"
keywords: ["plugin, enable"] keywords: "plugin, enable"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "plugin inspect" title: "plugin inspect"
description: "The plugin inspect command description and usage" description: "The plugin inspect command description and usage"
keywords: ["plugin, inspect"] keywords: "plugin, inspect"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "plugin install" title: "plugin install"
description: "the plugin install command description and usage" description: "the plugin install command description and usage"
keywords: ["plugin, install"] keywords: "plugin, install"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "plugin ls" title: "plugin ls"
description: "The plugin ls command description and usage" description: "The plugin ls command description and usage"
keywords: ["plugin, list"] keywords: "plugin, list"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "plugin rm" title: "plugin rm"
description: "the plugin rm command description and usage" description: "the plugin rm command description and usage"
keywords: ["plugin, rm"] keywords: "plugin, rm"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "port" title: "port"
description: "The port command description and usage" description: "The port command description and usage"
keywords: ["port, mapping, container"] keywords: "port, mapping, container"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "ps" title: "ps"
description: "The ps command description and usage" description: "The ps command description and usage"
keywords: ["container, running, list"] keywords: "container, running, list"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "pull" title: "pull"
description: "The pull command description and usage" description: "The pull command description and usage"
keywords: ["pull, image, hub, docker"] keywords: "pull, image, hub, docker"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "push" title: "push"
description: "The push command description and usage" description: "The push command description and usage"
keywords: ["share, push, image"] keywords: "share, push, image"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "rename" title: "rename"
description: "The rename command description and usage" description: "The rename command description and usage"
keywords: ["rename, docker, container"] keywords: "rename, docker, container"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "restart" title: "restart"
description: "The restart command description and usage" description: "The restart command description and usage"
keywords: ["restart, container, Docker"] keywords: "restart, container, Docker"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "rm" title: "rm"
description: "The rm command description and usage" description: "The rm command description and usage"
keywords: ["remove, Docker, container"] keywords: "remove, Docker, container"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "rmi" title: "rmi"
description: "The rmi command description and usage" description: "The rmi command description and usage"
keywords: ["remove, image, Docker"] keywords: "remove, image, Docker"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "run" title: "run"
description: "The run command description and usage" description: "The run command description and usage"
keywords: ["run, command, container"] keywords: "run, command, container"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "save" title: "save"
description: "The save command description and usage" description: "The save command description and usage"
keywords: ["tarred, repository, backup"] keywords: "tarred, repository, backup"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "search" title: "search"
description: "The search command description and usage" description: "The search command description and usage"
keywords: ["search, hub, images"] keywords: "search, hub, images"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "service create" title: "service create"
description: "The service create command description and usage" description: "The service create command description and usage"
keywords: ["service, create"] keywords: "service, create"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "service inspect" title: "service inspect"
description: "The service inspect command description and usage" description: "The service inspect command description and usage"
keywords: ["service, inspect"] keywords: "service, inspect"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "service ls" title: "service ls"
description: "The service ls command description and usage" description: "The service ls command description and usage"
keywords: ["service, ls"] keywords: "service, ls"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "service ps" title: "service ps"
description: "The service ps command description and usage" description: "The service ps command description and usage"
keywords: service, tasks, ps keywords: "service, tasks, ps"
aliases: ["/engine/reference/commandline/service_tasks/"] aliases: ["/engine/reference/commandline/service_tasks/"]
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "service rm" title: "service rm"
description: "The service rm command description and usage" description: "The service rm command description and usage"
keywords: ["service, rm"] keywords: "service, rm"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "service scale" title: "service scale"
description: "The service scale command description and usage" description: "The service scale command description and usage"
keywords: ["service, scale"] keywords: "service, scale"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "service update" title: "service update"
description: "The service update command description and usage" description: "The service update command description and usage"
keywords: ["service, update"] keywords: "service, update"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "stack config" title: "stack config"
description: "The stack config command description and usage" description: "The stack config command description and usage"
keywords: ["stack, config"] keywords: "stack, config"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "stack deploy" title: "stack deploy"
description: "The stack deploy command description and usage" description: "The stack deploy command description and usage"
keywords: ["stack, deploy, up"] keywords: "stack, deploy, up"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "stack ls" title: "stack ls"
description: "The stack ls command description and usage" description: "The stack ls command description and usage"
keywords: ["stack, ls"] keywords: "stack, ls"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "stack ps" title: "stack ps"
description: "The stack ps command description and usage" description: "The stack ps command description and usage"
keywords: ["stack, ps"] keywords: "stack, ps"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "stack rm" title: "stack rm"
description: "The stack rm command description and usage" description: "The stack rm command description and usage"
keywords: ["stack, rm, remove, down"] keywords: "stack, rm, remove, down"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "stack services" title: "stack services"
description: "The stack services command description and usage" description: "The stack services command description and usage"
keywords: ["stack, services"] keywords: "stack, services"
advisory: "experimental" advisory: "experimental"
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "start" title: "start"
description: "The start command description and usage" description: "The start command description and usage"
keywords: ["Start, container, stopped"] keywords: "Start, container, stopped"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "stats" title: "stats"
description: "The stats command description and usage" description: "The stats command description and usage"
keywords: ["container, resource, statistics"] keywords: "container, resource, statistics"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "stop" title: "stop"
description: "The stop command description and usage" description: "The stop command description and usage"
keywords: ["stop, SIGKILL, SIGTERM"] keywords: "stop, SIGKILL, SIGTERM"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "swarm init" title: "swarm init"
description: "The swarm init command description and usage" description: "The swarm init command description and usage"
keywords: ["swarm, init"] keywords: "swarm, init"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "swarm join" title: "swarm join"
description: "The swarm join command description and usage" description: "The swarm join command description and usage"
keywords: ["swarm, join"] keywords: "swarm, join"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "swarm join-token" title: "swarm join-token"
description: "The swarm join-token command description and usage" description: "The swarm join-token command description and usage"
keywords: ["swarm, join-token"] keywords: "swarm, join-token"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "swarm leave" title: "swarm leave"
description: "The swarm leave command description and usage" description: "The swarm leave command description and usage"
keywords: ["swarm, leave"] keywords: "swarm, leave"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "swarm update" title: "swarm update"
description: "The swarm update command description and usage" description: "The swarm update command description and usage"
keywords: ["swarm, update"] keywords: "swarm, update"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "system df" title: "system df"
description: "The system df command description and usage" description: "The system df command description and usage"
keywords: [system, data, usage, disk] keywords: "system, data, usage, disk"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "system prune" title: "system prune"
description: "Remove unused data" description: "Remove unused data"
keywords: [system, prune, delete, remove] keywords: "system, prune, delete, remove"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "tag" title: "tag"
description: "The tag command description and usage" description: "The tag command description and usage"
keywords: ["tag, name, image"] keywords: "tag, name, image"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "top" title: "top"
description: "The top command description and usage" description: "The top command description and usage"
keywords: ["container, running, processes"] keywords: "container, running, processes"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "unpause" title: "unpause"
description: "The unpause command description and usage" description: "The unpause command description and usage"
keywords: ["cgroups, suspend, container"] keywords: "cgroups, suspend, container"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "update" title: "update"
description: "The update command description and usage" description: "The update command description and usage"
keywords: ["resources, update, dynamically"] keywords: "resources, update, dynamically"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

View file

@ -1,7 +1,7 @@
--- ---
title: "version" title: "version"
description: "The version command description and usage" description: "The version command description and usage"
keywords: ["version, architecture, api"] keywords: "version, architecture, api"
--- ---
<!-- This file is maintained within the docker/docker Github <!-- This file is maintained within the docker/docker Github

Some files were not shown because too many files have changed in this diff Show more