mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Signed-off-by: allencloud <allen.sun@daocloud.io> Upstream-commit: 6c5988ed8c654527ee8dbae26d5618297f038cef Component: engine
557 B
557 B
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>