mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-21 20:14:41 +00:00
Merge pull request #50 from gianarb/hotfix/contrib-resource
Fixed cluster creation script
This commit is contained in:
commit
5e86b7c2e1
@ -15,7 +15,6 @@ docker-machine ssh sw1 docker swarm init --advertise-addr ${MANAGER_IP}
|
||||
TOKEN=$(docker-machine ssh sw1 docker swarm join-token -q worker)
|
||||
docker-machine ssh sw2 docker swarm join --token ${TOKEN} ${MANAGER_IP}:2377
|
||||
docker-machine ssh sw3 docker swarm join --token ${TOKEN} ${MANAGER_IP}:2377
|
||||
docker-machine ssh sw4 docker swarm join --token ${TOKEN} ${MANAGER_IP}:2377
|
||||
|
||||
# Information
|
||||
echo ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user