github.com/itscaro/cli@v0.0.0-20190705081621-c9db0fe93829/docs/reference/commandline/node_promote.md (about) 1 --- 2 title: "node promote" 3 description: "The node promote command description and usage" 4 keywords: "node, promote" 5 --- 6 7 <!-- This file is maintained within the docker/cli GitHub 8 repository at https://github.com/docker/cli/. Make all 9 pull requests against that repo. If you see this file in 10 another repository, consider it read-only there, as it will 11 periodically be overwritten by the definitive file. Pull 12 requests which include edits to this file in other repositories 13 will be rejected. 14 --> 15 16 # node promote 17 18 ```markdown 19 Usage: docker node promote NODE [NODE...] 20 21 Promote one or more nodes to manager in the swarm 22 23 Options: 24 --help Print usage 25 ``` 26 27 ## Description 28 29 Promotes a node to manager. This command can only be executed on a manager node. 30 31 ## Examples 32 33 ```bash 34 $ docker node promote <node name> 35 ``` 36 37 ## Related commands 38 39 * [node demote](node_demote.md) 40 * [node inspect](node_inspect.md) 41 * [node ls](node_ls.md) 42 * [node ps](node_ps.md) 43 * [node rm](node_rm.md) 44 * [node update](node_update.md)