Convert Markdown frontmatter to YAML

Some frontmatter such as the weights, menu stuff, etc is no longer used
'draft=true' becomes 'published: false'

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
Misty Stanley-Jones 2016-10-14 15:30:36 -07:00 committed by Tibor Vass
parent 12a3920153
commit 2845676cc2
104 changed files with 581 additions and 1012 deletions

View File

@ -1,14 +1,9 @@
<!--[metadata]>
+++
aliases = ["/engine/misc/deprecated/"]
title = "Deprecated Engine Features"
description = "Deprecated Features."
keywords = ["docker, documentation, about, technology, deprecate"]
[menu.main]
parent = "engine_use"
weight=80
+++
<![end-metadata]-->
---
aliases: ["/engine/misc/deprecated/"]
title: "Deprecated Engine Features"
description: "Deprecated Features."
keywords: ["docker, documentation, about, technology, deprecate"]
---
# Deprecated Engine Features

View File

@ -1,17 +1,12 @@
<!--[metadata]>
+++
aliases = [
---
aliases: [
"/engine/extend/"
]
title = "Managed plugin system"
description = "How develop and use a plugin with the managed plugin system"
keywords = ["API, Usage, plugins, documentation, developer"]
advisory = "experimental"
[menu.main]
parent = "engine_extend"
weight=1
+++
<![end-metadata]-->
title: "Managed plugin system"
description: "How develop and use a plugin with the managed plugin system"
keywords: ["API, Usage, plugins, documentation, developer"]
advisory: "experimental"
---
# Docker Engine managed plugin system

View File

@ -1,14 +1,9 @@
<!--[metadata]>
+++
aliases = "/engine/extend/plugins/"
title = "Use Docker Engine plugins"
description = "How to add additional functionality to Docker with plugins extensions"
keywords = ["Examples, Usage, plugins, docker, documentation, user guide"]
[menu.main]
parent = "engine_extend"
weight=3
+++
<![end-metadata]-->
---
aliases: "/engine/extend/plugins/"
title: "Use Docker Engine plugins"
description: "How to add additional functionality to Docker with plugins extensions"
keywords: ["Examples, Usage, plugins, docker, documentation, user guide"]
---
# Use Docker Engine plugins

View File

@ -1,17 +1,12 @@
<!--[metadata]>
+++
aliases = [
---
aliases: [
"/engine/extend/"
]
title = "Plugin manifest"
description = "How develop and use a plugin with the managed plugin system"
keywords = ["API, Usage, plugins, documentation, developer"]
advisory = "experimental"
[menu.main]
parent = "engine_extend"
weight=1
+++
<![end-metadata]-->
title: "Plugin manifest"
description: "How develop and use a plugin with the managed plugin system"
keywords: ["API, Usage, plugins, documentation, developer"]
advisory: "experimental"
---
# Plugin Manifest Version 0 of Plugin V2

View File

@ -1,15 +1,10 @@
<!--[metadata]>
+++
title = "Implement plugins"
description = "Develop plugins and use existing plugins for Docker Engine"
keywords = ["extend, plugins, docker, documentation, developer"]
type="menu"
[menu.main]
identifier = "engine_extend"
parent="engine_use"
weight = 0
+++
<![end-metadata]-->
---
title: "Implement plugins"
description: "Develop plugins and use existing plugins for Docker Engine"
keywords: ["extend, plugins, docker, documentation, developer"]
type: "menu"
identifier: "engine_extend"
---
<!--menu page not rendered-->

View File

@ -1,13 +1,8 @@
<!--[metadata]>
+++
title = "Plugins API"
description = "How to write Docker plugins extensions "
keywords = ["API, Usage, plugins, documentation, developer"]
[menu.main]
parent = "engine_extend"
weight=7
+++
<![end-metadata]-->
---
title: "Plugins API"
description: "How to write Docker plugins extensions "
keywords: ["API, Usage, plugins, documentation, developer"]
---
# Docker Plugin API

View File

@ -1,14 +1,9 @@
<!--[metadata]>
+++
title = "Access authorization plugin"
description = "How to create authorization plugins to manage access control to your Docker daemon."
keywords = ["security, authorization, authentication, docker, documentation, plugin, extend"]
aliases = ["/engine/extend/authorization/"]
[menu.main]
parent = "engine_extend"
weight = 4
+++
<![end-metadata]-->
---
title: "Access authorization plugin"
description: "How to create authorization plugins to manage access control to your Docker daemon."
keywords: ["security, authorization, authentication, docker, documentation, plugin, extend"]
aliases: ["/engine/extend/authorization/"]
---
# Create an authorization plugin

View File

@ -1,13 +1,8 @@
<!--[metadata]>
+++
title = "Docker network driver plugins"
description = "Network driver plugins."
keywords = ["Examples, Usage, plugins, docker, documentation, user guide"]
[menu.main]
parent = "engine_extend"
weight=5
+++
<![end-metadata]-->
---
title: "Docker network driver plugins"
description: "Network driver plugins."
keywords: ["Examples, Usage, plugins, docker, documentation, user guide"]
---
# Engine network driver plugins

View File

@ -1,13 +1,8 @@
<!--[metadata]>
+++
title = "Volume plugins"
description = "How to manage data with external volume plugins"
keywords = ["Examples, Usage, volume, docker, data, volumes, plugin, api"]
[menu.main]
parent = "engine_extend"
weight=6
+++
<![end-metadata]-->
---
title: "Volume plugins"
description: "How to manage data with external volume plugins"
keywords: ["Examples, Usage, volume, docker, data, volumes, plugin, api"]
---
# Write a volume plugin

View File

@ -1,13 +1,8 @@
<!--[metadata]>
+++
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."
keywords = ["builder, docker, Dockerfile, automation, image creation"]
[menu.main]
parent = "engine_ref"
weight=-90
+++
<![end-metadata]-->
---
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."
keywords: ["builder, docker, Dockerfile, automation, image creation"]
---
# Dockerfile reference

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "attach"
description = "The attach command description and usage"
keywords = ["attach, running, container"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "attach"
description: "The attach command description and usage"
keywords: ["attach, running, container"]
---
# attach

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "build"
description = "The build command description and usage"
keywords = ["build, docker, image"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "build"
description: "The build command description and usage"
keywords: ["build, docker, image"]
---
# build

View File

@ -1,13 +1,8 @@
<!--[metadata]>
+++
title = "Use the Docker command line"
description = "Docker's CLI command description and usage"
keywords = ["Docker, Docker documentation, CLI, command line"]
[menu.main]
parent = "smn_cli"
weight = -2
+++
<![end-metadata]-->
---
title: "Use the Docker command line"
description: "Docker's CLI command description and usage"
keywords: ["Docker, Docker documentation, CLI, command line"]
---
# Use the Docker command line

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "commit"
description = "The commit command description and usage"
keywords = ["commit, file, changes"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "commit"
description: "The commit command description and usage"
keywords: ["commit, file, changes"]
---
# commit

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "container prune"
description = "Remove all stopped containers"
keywords = [container, prune, delete, remove]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "container prune"
description: "Remove all stopped containers"
keywords: [container, prune, delete, remove]
---
# container prune

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "cp"
description = "The cp command description and usage"
keywords = ["copy, container, files, folders"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "cp"
description: "The cp command description and usage"
keywords: ["copy, container, files, folders"]
---
# cp

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "create"
description = "The create command description and usage"
keywords = ["docker, create, container"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "create"
description: "The create command description and usage"
keywords: ["docker, create, container"]
---
# create

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "deploy"
description = "The deploy command description and usage"
keywords = ["stack, deploy"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "deploy"
description: "The deploy command description and usage"
keywords: ["stack, deploy"]
advisory: "experimental"
---
# stack deploy (experimental)

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "diff"
description = "The diff command description and usage"
keywords = ["list, changed, files, container"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "diff"
description: "The diff command description and usage"
keywords: ["list, changed, files, container"]
---
# diff

View File

@ -1,14 +1,9 @@
<!--[metadata]>
+++
title = "dockerd"
aliases = ["/engine/reference/commandline/daemon/"]
description = "The daemon command description and usage"
keywords = ["container, daemon, runtime"]
[menu.main]
parent = "smn_cli"
weight = -1
+++
<![end-metadata]-->
---
title: "dockerd"
aliases: ["/engine/reference/commandline/daemon/"]
description: "The daemon command description and usage"
keywords: ["container, daemon, runtime"]
---
# daemon

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "events"
description = "The events command description and usage"
keywords = ["events, container, report"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "events"
description: "The events command description and usage"
keywords: ["events, container, report"]
---
# events

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "exec"
description = "The exec command description and usage"
keywords = ["command, container, run, execute"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "exec"
description: "The exec command description and usage"
keywords: ["command, container, run, execute"]
---
# exec

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "export"
description = "The export command description and usage"
keywords = ["export, file, system, container"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "export"
description: "The export command description and usage"
keywords: ["export, file, system, container"]
---
# export

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "history"
description = "The history command description and usage"
keywords = ["docker, image, history"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "history"
description: "The history command description and usage"
keywords: ["docker, image, history"]
---
# history

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "image prune"
description = "Remove all stopped images"
keywords = [image, prune, delete, remove]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "image prune"
description: "Remove all stopped images"
keywords: [image, prune, delete, remove]
---
# image prune

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "images"
description = "The images command description and usage"
keywords = ["list, docker, images"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "images"
description: "The images command description and usage"
keywords: ["list, docker, images"]
---
# images

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "import"
description = "The import command description and usage"
keywords = ["import, file, system, container"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "import"
description: "The import command description and usage"
keywords: ["import, file, system, container"]
---
# import

View File

@ -1,14 +1,9 @@
<!-- [metadata]>
+++
title = "Docker commands"
description = "Docker's CLI command description and usage"
keywords = ["Docker, Docker documentation, CLI, command line"]
[menu.main]
identifier= "smn_cli_guide"
parent = "smn_cli"
weight=-70
+++
<![end-metadata]-->
---
title: "Docker commands"
description: "Docker's CLI command description and usage"
keywords: ["Docker, Docker documentation, CLI, command line"]
identifier: "smn_cli_guide"
---

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "info"
description = "The info command description and usage"
keywords = ["display, docker, information"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "info"
description: "The info command description and usage"
keywords: ["display, docker, information"]
---
# info

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "inspect"
description = "The inspect command description and usage"
keywords = ["inspect, container, json"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "inspect"
description: "The inspect command description and usage"
keywords: ["inspect, container, json"]
---
# inspect

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "kill"
description = "The kill command description and usage"
keywords = ["container, kill, signal"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "kill"
description: "The kill command description and usage"
keywords: ["container, kill, signal"]
---
# kill

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "load"
description = "The load command description and usage"
keywords = ["stdin, tarred, repository"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "load"
description: "The load command description and usage"
keywords: ["stdin, tarred, repository"]
---
# load

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "login"
description = "The login command description and usage"
keywords = ["registry, login, image"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "login"
description: "The login command description and usage"
keywords: ["registry, login, image"]
---
# login

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "logout"
description = "The logout command description and usage"
keywords = ["logout, docker, registry"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "logout"
description: "The logout command description and usage"
keywords: ["logout, docker, registry"]
---
# logout

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "logs"
description = "The logs command description and usage"
keywords = ["logs, retrieve, docker"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "logs"
description: "The logs command description and usage"
keywords: ["logs, retrieve, docker"]
---
# logs

View File

@ -1,14 +1,9 @@
<!-- [metadata]>
+++
title = "Command line reference"
description = "Docker's CLI command description and usage"
keywords = ["Docker, Docker documentation, CLI, command line"]
[menu.main]
identifier= "smn_cli"
parent = "engine_ref"
weight=-75
+++
<![end-metadata]-->
---
title: "Command line reference"
description: "Docker's CLI command description and usage"
keywords: ["Docker, Docker documentation, CLI, command line"]
identifier: "smn_cli"
---

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "network connect"
description = "The network connect command description and usage"
keywords = ["network, connect, user-defined"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "network connect"
description: "The network connect command description and usage"
keywords: ["network, connect, user-defined"]
---
# network connect

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "network create"
description = "The network create command description and usage"
keywords = ["network, create"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "network create"
description: "The network create command description and usage"
keywords: ["network, create"]
---
# network create

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "network disconnect"
description = "The network disconnect command description and usage"
keywords = ["network, disconnect, user-defined"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "network disconnect"
description: "The network disconnect command description and usage"
keywords: ["network, disconnect, user-defined"]
---
# network disconnect

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "network inspect"
description = "The network inspect command description and usage"
keywords = ["network, inspect, user-defined"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "network inspect"
description: "The network inspect command description and usage"
keywords: ["network, inspect, user-defined"]
---
# network inspect

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "network ls"
description = "The network ls command description and usage"
keywords = ["network, list, user-defined"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "network ls"
description: "The network ls command description and usage"
keywords: ["network, list, user-defined"]
---
# docker network ls

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "network rm"
description = "the network rm command description and usage"
keywords = ["network, rm, user-defined"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "network rm"
description: "the network rm command description and usage"
keywords: ["network, rm, user-defined"]
---
# network rm

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "node demote"
description = "The node demote command description and usage"
keywords = ["node, demote"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "node demote"
description: "The node demote command description and usage"
keywords: ["node, demote"]
---
# node demote

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "node inspect"
description = "The node inspect command description and usage"
keywords = ["node, inspect"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "node inspect"
description: "The node inspect command description and usage"
keywords: ["node, inspect"]
---
# node inspect

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "node ls"
description = "The node ls command description and usage"
keywords = ["node, list"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "node ls"
description: "The node ls command description and usage"
keywords: ["node, list"]
---
# node ls

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "node promote"
description = "The node promote command description and usage"
keywords = ["node, promote"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "node promote"
description: "The node promote command description and usage"
keywords: ["node, promote"]
---
# node promote

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "node ps"
description = "The node ps command description and usage"
keywords = ["node, tasks", "ps"]
aliases = ["/engine/reference/commandline/node_tasks/"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "node ps"
description: "The node ps command description and usage"
keywords: ["node, tasks", "ps"]
aliases: ["/engine/reference/commandline/node_tasks/"]
---
# node ps

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "node rm"
description = "The node rm command description and usage"
keywords = ["node, remove"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "node rm"
description: "The node rm command description and usage"
keywords: ["node, remove"]
---
# node rm

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "node update"
description = "The node update command description and usage"
keywords = ["resources, update, dynamically"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "node update"
description: "The node update command description and usage"
keywords: ["resources, update, dynamically"]
---
## update

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "pause"
description = "The pause command description and usage"
keywords = ["cgroups, container, suspend, SIGSTOP"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "pause"
description: "The pause command description and usage"
keywords: ["cgroups, container, suspend, SIGSTOP"]
---
# pause

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "plugin disable"
description = "the plugin disable command description and usage"
keywords = ["plugin, disable"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "plugin disable"
description: "the plugin disable command description and usage"
keywords: ["plugin, disable"]
advisory: "experimental"
---
# plugin disable (experimental)

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "plugin enable"
description = "the plugin enable command description and usage"
keywords = ["plugin, enable"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "plugin enable"
description: "the plugin enable command description and usage"
keywords: ["plugin, enable"]
advisory: "experimental"
---
# plugin enable (experimental)

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "plugin inspect"
description = "The plugin inspect command description and usage"
keywords = ["plugin, inspect"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "plugin inspect"
description: "The plugin inspect command description and usage"
keywords: ["plugin, inspect"]
advisory: "experimental"
---
# plugin inspect (experimental)

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "plugin install"
description = "the plugin install command description and usage"
keywords = ["plugin, install"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "plugin install"
description: "the plugin install command description and usage"
keywords: ["plugin, install"]
advisory: "experimental"
---
# plugin install (experimental)

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "plugin ls"
description = "The plugin ls command description and usage"
keywords = ["plugin, list"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "plugin ls"
description: "The plugin ls command description and usage"
keywords: ["plugin, list"]
advisory: "experimental"
---
# plugin ls (experimental)

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "plugin rm"
description = "the plugin rm command description and usage"
keywords = ["plugin, rm"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "plugin rm"
description: "the plugin rm command description and usage"
keywords: ["plugin, rm"]
advisory: "experimental"
---
# plugin rm (experimental)

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "port"
description = "The port command description and usage"
keywords = ["port, mapping, container"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "port"
description: "The port command description and usage"
keywords: ["port, mapping, container"]
---
# port

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "ps"
description = "The ps command description and usage"
keywords = ["container, running, list"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "ps"
description: "The ps command description and usage"
keywords: ["container, running, list"]
---
# ps

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "pull"
description = "The pull command description and usage"
keywords = ["pull, image, hub, docker"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "pull"
description: "The pull command description and usage"
keywords: ["pull, image, hub, docker"]
---
# pull

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "push"
description = "The push command description and usage"
keywords = ["share, push, image"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "push"
description: "The push command description and usage"
keywords: ["share, push, image"]
---
# push

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "rename"
description = "The rename command description and usage"
keywords = ["rename, docker, container"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "rename"
description: "The rename command description and usage"
keywords: ["rename, docker, container"]
---
# rename

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "restart"
description = "The restart command description and usage"
keywords = ["restart, container, Docker"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "restart"
description: "The restart command description and usage"
keywords: ["restart, container, Docker"]
---
# restart

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "rm"
description = "The rm command description and usage"
keywords = ["remove, Docker, container"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "rm"
description: "The rm command description and usage"
keywords: ["remove, Docker, container"]
---
# rm

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "rmi"
description = "The rmi command description and usage"
keywords = ["remove, image, Docker"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "rmi"
description: "The rmi command description and usage"
keywords: ["remove, image, Docker"]
---
# rmi

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "run"
description = "The run command description and usage"
keywords = ["run, command, container"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "run"
description: "The run command description and usage"
keywords: ["run, command, container"]
---
# run

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "save"
description = "The save command description and usage"
keywords = ["tarred, repository, backup"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "save"
description: "The save command description and usage"
keywords: ["tarred, repository, backup"]
---
# save

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "search"
description = "The search command description and usage"
keywords = ["search, hub, images"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "search"
description: "The search command description and usage"
keywords: ["search, hub, images"]
---
# search

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "service create"
description = "The service create command description and usage"
keywords = ["service, create"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "service create"
description: "The service create command description and usage"
keywords: ["service, create"]
---
# service create

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "service inspect"
description = "The service inspect command description and usage"
keywords = ["service, inspect"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "service inspect"
description: "The service inspect command description and usage"
keywords: ["service, inspect"]
---
# service inspect

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "service ls"
description = "The service ls command description and usage"
keywords = ["service, ls"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "service ls"
description: "The service ls command description and usage"
keywords: ["service, ls"]
---
# service ls

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "service ps"
description = "The service ps command description and usage"
keywords = ["service, tasks", "ps"]
aliases = ["/engine/reference/commandline/service_tasks/"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "service ps"
description: "The service ps command description and usage"
keywords: ["service, tasks", "ps"]
aliases: ["/engine/reference/commandline/service_tasks/"]
---
# service ps

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "service rm"
description = "The service rm command description and usage"
keywords = ["service, rm"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "service rm"
description: "The service rm command description and usage"
keywords: ["service, rm"]
---
# service rm

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "service scale"
description = "The service scale command description and usage"
keywords = ["service, scale"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "service scale"
description: "The service scale command description and usage"
keywords: ["service, scale"]
---
# service scale

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "service update"
description = "The service update command description and usage"
keywords = ["service, update"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "service update"
description: "The service update command description and usage"
keywords: ["service, update"]
---
# service update

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "stack config"
description = "The stack config command description and usage"
keywords = ["stack, config"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "stack config"
description: "The stack config command description and usage"
keywords: ["stack, config"]
advisory: "experimental"
---
# stack config (experimental)

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "stack deploy"
description = "The stack deploy command description and usage"
keywords = ["stack, deploy, up"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "stack deploy"
description: "The stack deploy command description and usage"
keywords: ["stack, deploy, up"]
advisory: "experimental"
---
# stack deploy (experimental)

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "stack ls"
description = "The stack ls command description and usage"
keywords = ["stack, ls"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "stack ls"
description: "The stack ls command description and usage"
keywords: ["stack, ls"]
advisory: "experimental"
---
# stack ls (experimental)

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "stack ps"
description = "The stack ps command description and usage"
keywords = ["stack, ps"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "stack ps"
description: "The stack ps command description and usage"
keywords: ["stack, ps"]
advisory: "experimental"
---
# stack ps (experimental)

View File

@ -1,13 +1,11 @@
<!--[metadata]>
+++
title = "stack rm"
description = "The stack rm command description and usage"
keywords = ["stack, rm, remove, down"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "stack rm"
description: "The stack rm command description and usage"
keywords: ["stack, rm, remove, down"]
advisory: "experimental"
---
# stack rm (experimental)

View File

@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "stack services"
description = "The stack services command description and usage"
keywords = ["stack, services"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "stack services"
description: "The stack services command description and usage"
keywords: ["stack, services"]
advisory: "experimental"
---
# stack services (experimental)

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "start"
description = "The start command description and usage"
keywords = ["Start, container, stopped"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "start"
description: "The start command description and usage"
keywords: ["Start, container, stopped"]
---
# start

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "stats"
description = "The stats command description and usage"
keywords = ["container, resource, statistics"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "stats"
description: "The stats command description and usage"
keywords: ["container, resource, statistics"]
---
# stats

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "stop"
description = "The stop command description and usage"
keywords = ["stop, SIGKILL, SIGTERM"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "stop"
description: "The stop command description and usage"
keywords: ["stop, SIGKILL, SIGTERM"]
---
# stop

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "swarm init"
description = "The swarm init command description and usage"
keywords = ["swarm, init"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "swarm init"
description: "The swarm init command description and usage"
keywords: ["swarm, init"]
---
# swarm init

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "swarm join"
description = "The swarm join command description and usage"
keywords = ["swarm, join"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "swarm join"
description: "The swarm join command description and usage"
keywords: ["swarm, join"]
---
# swarm join

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "swarm join-token"
description = "The swarm join-token command description and usage"
keywords = ["swarm, join-token"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "swarm join-token"
description: "The swarm join-token command description and usage"
keywords: ["swarm, join-token"]
---
# swarm join-token

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "swarm leave"
description = "The swarm leave command description and usage"
keywords = ["swarm, leave"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "swarm leave"
description: "The swarm leave command description and usage"
keywords: ["swarm, leave"]
---
# swarm leave

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "swarm update"
description = "The swarm update command description and usage"
keywords = ["swarm, update"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "swarm update"
description: "The swarm update command description and usage"
keywords: ["swarm, update"]
---
# swarm update

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "system df"
description = "The system df command description and usage"
keywords = [system, data, usage, disk]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "system df"
description: "The system df command description and usage"
keywords: [system, data, usage, disk]
---
# system df

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "system prune"
description = "Remove unused data"
keywords = [system, prune, delete, remove]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "system prune"
description: "Remove unused data"
keywords: [system, prune, delete, remove]
---
# system prune

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "tag"
description = "The tag command description and usage"
keywords = ["tag, name, image"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "tag"
description: "The tag command description and usage"
keywords: ["tag, name, image"]
---
# tag

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "top"
description = "The top command description and usage"
keywords = ["container, running, processes"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "top"
description: "The top command description and usage"
keywords: ["container, running, processes"]
---
# top

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "unpause"
description = "The unpause command description and usage"
keywords = ["cgroups, suspend, container"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "unpause"
description: "The unpause command description and usage"
keywords: ["cgroups, suspend, container"]
---
# unpause

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "update"
description = "The update command description and usage"
keywords = ["resources, update, dynamically"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "update"
description: "The update command description and usage"
keywords: ["resources, update, dynamically"]
---
## update

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "version"
description = "The version command description and usage"
keywords = ["version, architecture, api"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "version"
description: "The version command description and usage"
keywords: ["version, architecture, api"]
---
# version

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "volume create"
description = "The volume create command description and usage"
keywords = ["volume, create"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "volume create"
description: "The volume create command description and usage"
keywords: ["volume, create"]
---
# volume create

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "volume inspect"
description = "The volume inspect command description and usage"
keywords = ["volume, inspect"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "volume inspect"
description: "The volume inspect command description and usage"
keywords: ["volume, inspect"]
---
# volume inspect

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "volume ls"
description = "The volume ls command description and usage"
keywords = ["volume, list"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "volume ls"
description: "The volume ls command description and usage"
keywords: ["volume, list"]
---
# volume ls

View File

@ -1,12 +1,8 @@
<!--[metadata]>
+++
title = "volume prune"
description = "Remove unused volumes"
keywords = [volume, prune, delete]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "volume prune"
description: "Remove unused volumes"
keywords: [volume, prune, delete]
---
# volume prune

View File

@ -1,12 +1,9 @@
<!--[metadata]>
+++
title = "volume rm"
description = "the volume rm command description and usage"
keywords = ["volume, rm"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "volume rm"
description: "the volume rm command description and usage"
keywords: ["volume, rm"]
---
# volume rm

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