This file is to launch the following VMs described in https://docs.docker.com/engine/swarm/swarm-tutorial/ by running vagrant up
. You can test and evaluate docker swarm mode which has been introduced since Docker 1.12.
- manager1
- 192.168.99.100
vagrant ssh manager1
- worker1
- 192.168.99.101
vagrant ssh worker1
- worker2
- 192.168.99.102
vagrant ssh worker2
All the above machines will run initialization commands on its beginning to install docker >= 1.12.