github.com/brahmaroutu/docker@v1.2.1-0.20160809185609-eb28dde01f16/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 ```markdown 14 Usage: docker node promote NODE [NODE...] 15 16 Promote one or more nodes to manager in the swarm 17 18 Options: 19 --help Print usage 20 ``` 21 22 Promotes a node to manager. This command targets a docker engine that is a manager in the swarm. 23 24 25 ```bash 26 $ docker node promote <node name> 27 ``` 28 29 ## Related information 30 31 * [node demote](node_demote.md)