mirror of https://github.com/docker/cli.git
remove "RC" warning from Markdown files
A site-wide banner is going to be used, so we don't need this warning Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
e80065ae37
commit
7b22dbd02a
|
@ -8,8 +8,6 @@ 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...]
|
||||
|
|
|
@ -8,8 +8,6 @@ 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]
|
||||
|
|
|
@ -8,8 +8,6 @@ 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...]
|
||||
|
|
|
@ -8,8 +8,6 @@ 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
|
||||
|
|
|
@ -8,8 +8,6 @@ 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
|
||||
|
|
|
@ -9,8 +9,6 @@ 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
|
||||
|
|
|
@ -8,8 +8,6 @@ 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
|
||||
|
|
|
@ -8,8 +8,6 @@ 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
|
||||
|
|
|
@ -8,8 +8,6 @@ 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
|
||||
|
|
|
@ -8,8 +8,6 @@ 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...]
|
||||
|
|
|
@ -8,8 +8,6 @@ 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
|
||||
|
|
|
@ -8,8 +8,6 @@ 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
|
||||
|
|
|
@ -8,8 +8,6 @@ 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]
|
||||
|
|
|
@ -8,8 +8,6 @@ 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
|
||||
|
|
|
@ -8,8 +8,6 @@ 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
|
||||
|
|
|
@ -8,8 +8,6 @@ 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]
|
||||
|
|
Loading…
Reference in New Issue