Files
docker-docs/docs/reference/commandline/node_demote.md
Charles Smith bb41792de2 add menu.md, make index.md command line reference, update typos/minor errors in cli docs
Signed-off-by: Charles Smith <charles.smith@docker.com>
(cherry picked from commit f98f596c19cb589569ec89bd12d562d8ddd03843)
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-07-08 15:31:22 -07:00

571 B

node demote

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

Demote a node as manager in the swarm

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 cluster.

$ docker node demote <node name>