Files
docker-cli/components/cli/docs/reference/commandline/node_promote.md
Sebastiaan van Stijn cfa2b10762 Update usage of "Swarm" for consistency
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: ddc2f8b05a
Component: cli
2017-06-02 00:10:03 +00:00

548 B

node promote

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

Promote a node to a manager in the swarm

Options:
      --help   Print usage

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

$ docker node promote <node name>