github.com/kobeld/docker@v1.12.0-rc1/docs/reference/commandline/node_promote.md (about) 1 <!--[metadata]> 2 +++ 3 title = "node promote" 4 description = "The node promote command description and usage" 5 keywords = ["node, promote"] 6 [menu.main] 7 parent = "smn_cli" 8 +++ 9 <![end-metadata]--> 10 11 # node promote 12 13 Usage: docker node promote NODE [NODE...] 14 15 Promote a node as manager in the swarm 16 17 Promotes a node that is pending a promotion to manager. This command targets a docker engine that is a manager in the swarm cluster. 18 19 20 ```bash 21 $ docker node promote <node name> 22 ``` 23 24 ## Related information 25 26 * [node accept](node_accept.md) 27 * [node demote](node_demote.md)