mirror of https://github.com/docker/cli.git
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
|
To add a worker to this swarm, run the following command:
|
||
|
|
||
|
docker swarm join \
|
||
|
--token worker-join-token \
|
||
|
127.0.0.1
|
||
|
|