diff options
Diffstat (limited to 'docs/reference/commandline/node_demote.md')
| -rw-r--r-- | docs/reference/commandline/node_demote.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/reference/commandline/node_demote.md b/docs/reference/commandline/node_demote.md index 9a81bb9c04..e6e59d8945 100644 --- a/docs/reference/commandline/node_demote.md +++ b/docs/reference/commandline/node_demote.md @@ -25,14 +25,19 @@ Options: ``` -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. +## 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 ```bash $ docker node demote <node name> ``` -## Related information +## Related commands * [node inspect](node_inspect.md) * [node ls](node_ls.md) |
