mirror of https://github.com/docker/cli.git
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
|
Successfully rotated manager join token.
|
||
|
|
||
|
To add a manager to this swarm, run the following command:
|
||
|
|
||
|
docker swarm join \
|
||
|
--token manager-join-token \
|
||
|
127.0.0.1
|
||
|
|