mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Misty Stanley-Jones](/assets/img/avatar_default.png)
Some frontmatter such as the weights, menu stuff, etc is no longer used 'draft=true' becomes 'published: false' Signed-off-by: Misty Stanley-Jones <misty@docker.com>
27 lines
487 B
Markdown
27 lines
487 B
Markdown
---
|
|
title: "node promote"
|
|
description: "The node promote command description and usage"
|
|
keywords: ["node, promote"]
|
|
---
|
|
|
|
# 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)
|