1
0
mirror of https://github.com/docker/cli.git synced 2025-09-11 06:30:44 +03:00
Files
cli/docs/reference/commandline/node_promote.md
Kir Kolyshkin 6d85a4f5f8 Fix repo references in docs
Since CLI was moved to a separate repo, these references are incorrect.
Fixed with the help of sed script, verified manually.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2017-07-28 10:32:42 -07:00

1.0 KiB

title, description, keywords
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>