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>
Related information
© 2017 Docker, Inc.
Licensed under the Apache License, Version 2.0.
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.
Docker, Inc. and other parties may also have trademark rights in other terms used herein.
https://docs.docker.com/v1.12/engine/reference/commandline/node_promote/