Files
docker-cli/components/engine/docs/reference/commandline/node_promote.md
allencloud b87e70e358 update command description in CLI
Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 6c5988ed8c654527ee8dbae26d5618297f038cef
Component: engine
2016-07-31 00:06:18 +08:00

32 lines
557 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 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)