mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Vincent Demeester](/assets/img/avatar_default.png)
Start work on adding unit tests to our cli code in order to have to write less costly integration test. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
6 lines
132 B
Text
6 lines
132 B
Text
To add a manager to this swarm, run the following command:
|
|
|
|
docker swarm join \
|
|
--token manager-join-token \
|
|
127.0.0.1
|
|
|