Since CLI was moved to a separate repo, these references are incorrect.
Fixed with the help of sed script, verified manually.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Upstream-commit: 6d85a4f5f8
Component: cli
1.1 KiB
1.1 KiB
title, description, keywords
| title | description | keywords |
|---|---|---|
| node demote | The node demote command description and usage | node, demote |
node demote
Usage: docker node demote NODE [NODE...]
Demote one or more nodes from manager in the swarm
Options:
--help Print usage
Description
Demotes an existing manager so that it is no longer a manager. This command targets a docker engine that is a manager in the swarm.
Examples
$ docker node demote <node name>