mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
522 B
522 B
aliases, description, keywords, title
| aliases | description | keywords | title | ||
|---|---|---|---|---|---|
|
The node promote command description and usage |
|
docker node promote |
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.
$ docker node promote <node name>