reg/vendor/github.com/docker/cli/docs/reference/commandline/node_promote.md
Jess Frazelle 3834c605e5
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-06 10:32:47 -05:00

1 KiB

title description keywords
node promote The node promote command description and usage node, promote

node promote

Usage:  docker node promote NODE [NODE...]

Promote one or more nodes to manager in the swarm

Options:
      --help   Print usage

Description

Promotes a node to manager. This command targets a docker engine that is a manager in the swarm.

Examples

$ docker node promote <node name>