1
0
mirror of https://github.com/docker/cli.git synced 2025-09-11 06:30:44 +03:00
Files
cli/docs/reference/commandline/node_demote.md
allencloud 0ab07d2bd7 update command description in CLI
Signed-off-by: allencloud <allen.sun@daocloud.io>
2017-06-02 00:10:03 +00:00

590 B

node demote

Usage:  docker node demote NODE [NODE...]

Demote one or more nodes from manager in the swarm

Options:
      --help   Print usage

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.

$ docker node demote <node name>