Merge pull request #23764 from SvenDowideit/use-rc-advisory
Use rc advisory Upstream-commit: 14a2633f3c8777e0b2d7deed691f122d0b5a8ffd Component: engine
This commit is contained in:
@ -3,13 +3,12 @@
|
||||
title = "node inspect"
|
||||
description = "The node inspect command description and usage"
|
||||
keywords = ["node, inspect"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# node inspect
|
||||
|
||||
Usage: docker node inspect [OPTIONS] self|NODE [NODE...]
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "node ls"
|
||||
description = "The node ls command description and usage"
|
||||
keywords = ["node, list"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# node ls
|
||||
|
||||
Usage: docker node ls [OPTIONS]
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "node rm"
|
||||
description = "The node rm command description and usage"
|
||||
keywords = ["node, remove"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# node rm
|
||||
|
||||
Usage: docker node rm NODE [NODE...]
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "node tasks"
|
||||
description = "The node tasks command description and usage"
|
||||
keywords = ["node, tasks"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# node tasks
|
||||
|
||||
Usage: docker node tasks [OPTIONS] NODE
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "node update"
|
||||
description = "The node update command description and usage"
|
||||
keywords = ["resources, update, dynamically"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
## update
|
||||
|
||||
Usage: docker node update [OPTIONS] Node
|
||||
|
||||
@ -3,14 +3,12 @@
|
||||
title = "service create"
|
||||
description = "The service create command description and usage"
|
||||
keywords = ["service, create"]
|
||||
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# service create
|
||||
|
||||
```Markdown
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "service inspect"
|
||||
description = "The service inspect command description and usage"
|
||||
keywords = ["service, inspect"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# service inspect
|
||||
|
||||
```Markdown
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "service ls"
|
||||
description = "The service ls command description and usage"
|
||||
keywords = ["service, ls"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# service ls
|
||||
|
||||
```Markdown
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "service rm"
|
||||
description = "The service rm command description and usage"
|
||||
keywords = ["service, rm"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# service rm
|
||||
|
||||
```Markdown
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "service scale"
|
||||
description = "The service scale command description and usage"
|
||||
keywords = ["service, scale"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# service scale
|
||||
|
||||
Usage: docker service scale SERVICE=REPLICAS [SERVICE=REPLICAS...]
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "service tasks"
|
||||
description = "The service tasks command description and usage"
|
||||
keywords = ["service, tasks"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# service tasks
|
||||
|
||||
```Markdown
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "service update"
|
||||
description = "The service update command description and usage"
|
||||
keywords = ["service, update"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# service update
|
||||
|
||||
```Markdown
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "swarm init"
|
||||
description = "The swarm init command description and usage"
|
||||
keywords = ["swarm, init"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# swarm init
|
||||
|
||||
Usage: docker swarm init [OPTIONS]
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "swarm join"
|
||||
description = "The swarm join command description and usage"
|
||||
keywords = ["swarm, join"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# swarm join
|
||||
|
||||
Usage: docker swarm join [OPTIONS] HOST:PORT
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "swarm leave"
|
||||
description = "The swarm leave command description and usage"
|
||||
keywords = ["swarm, leave"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# swarm leave
|
||||
|
||||
Usage: docker swarm leave
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
title = "swarm update"
|
||||
description = "The swarm update command description and usage"
|
||||
keywords = ["swarm, update"]
|
||||
advisory = "rc"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
**Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
|
||||
|
||||
# swarm update
|
||||
|
||||
Usage: docker swarm update [OPTIONS]
|
||||
|
||||
Reference in New Issue
Block a user