Script node3 setup as well

This commit is contained in:
Jerome Petazzoni
2017-12-23 05:00:22 +01:00
parent 9df5313da4
commit 68af5940e3

View File

@@ -22,7 +22,7 @@ With Play-With-Docker:
```bash
TOKEN=$(docker swarm join-token -q manager)
for N in $(seq 4 5); do
for N in $(seq 3 5); do
export DOCKER_HOST=tcp://node$N:2375
docker swarm join --token $TOKEN node1:2377
done