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> Upstream-commit: f151c297eb268e22dc1eb36ded0e356885f40739 Component: engine
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
To add a manager to this swarm, run the following command:
|
|
|
|
docker swarm join \
|
|
--token manager-join-token \
|
|
127.0.0.1
|
|
|