Files
docker-cli/components/engine/docs/reference/commandline/node_promote.md
Sebastiaan van Stijn aa7e6b8845 Update usage of "Swarm" for consistency
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: f0230049f0afd318217c60ebe486aab3b54538fd
Component: engine
2016-07-27 23:31:55 +02: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)