github.com/kelda-inc/moby@v1.13.1/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/docker Github
     8       repository at https://github.com/docker/docker/. 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  Promotes a node to manager. This command targets a docker engine that is a manager in the swarm.
    28  
    29  
    30  ```bash
    31  $ docker node promote <node name>
    32  ```
    33  
    34  ## Related information
    35  
    36  * [node demote](node_demote.md)
    37  * [node inspect](node_inspect.md)
    38  * [node ls](node_ls.md)
    39  * [node ps](node_ps.md)
    40  * [node rm](node_rm.md)
    41  * [node update](node_update.md)