mirror of https://github.com/docker/docs.git
Clarify which manager to run the join command on
This commit is contained in:
parent
cd86f4bc2c
commit
5804b3ae18
|
@ -89,7 +89,7 @@ To add a manager to this swarm, run the following command:
|
|||
192.168.99.100:2377
|
||||
```
|
||||
|
||||
Run the command from the output on the manager to join the swarm:
|
||||
Run the command from the output on the new manager node to join it to the swarm:
|
||||
|
||||
```bash
|
||||
$ docker swarm join \
|
||||
|
|
Loading…
Reference in New Issue