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

32 lines
548 B
Markdown

<!--[metadata]>
+++
title = "node promote"
description = "The node promote command description and usage"
keywords = ["node, promote"]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
# node promote
```markdown
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.
```bash
$ docker node promote <node name>
```
## Related information
* [node demote](node_demote.md)