A speedy way to create a Docker Swarm's cluster
vagrant up swarm-master
This vagrantfile support 3 nodes but it is easy to modify
vagrant up swarm-node-1
vagrant up swarm-node-2
vagrant up swarm-node-3
To add new node into the pool you must restart master
make restart_cluster