github.com/AliyunContainerService/cli@v0.0.0-20181009023821-814ced4b30d0/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 targets a docker engine that is a 30 manager in the swarm. 31 32 ## Examples 33 34 ```bash 35 $ docker node promote <node name> 36 ``` 37 38 ## Related commands 39 40 * [node demote](node_demote.md) 41 * [node inspect](node_inspect.md) 42 * [node ls](node_ls.md) 43 * [node ps](node_ps.md) 44 * [node rm](node_rm.md) 45 * [node update](node_update.md)