mirror of
https://github.com/docker/cli.git
synced 2025-08-18 18:22:03 +03:00
Implement the proposal from https://github.com/docker/docker/issues/24430#issuecomment-233100121 Removes acceptance policy and secret in favor of an automatically generated join token that combines the secret, CA hash, and manager/worker role into a single opaque string. Adds a docker swarm join-token subcommand to inspect and rotate the tokens. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
584 B
584 B
node promote
Usage: docker node promote NODE [NODE...]
Promote a node to a manager in the swarm
Options:
--help Print usage
Promotes a node that is pending a promotion to manager. This command targets a docker engine that is a manager in the swarm cluster.
$ docker node promote <node name>