Files
moby/docs/reference/commandline/node_promote.md
Misty Stanley-Jones cf60af87f9 Formatting changes to make 1.12.x ref docs buildable in Jekyll
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-09 13:07:24 -08:00

29 lines
528 B
Markdown

---
redirect_from:
- /reference/commandline/node_promote/
description: The node promote command description and usage
keywords:
- node, promote
title: docker node promote
---
```markdown
Usage: docker node promote NODE [NODE...]
Promote one or more nodes to 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)