Project for implementing an on premisses Docker Swarm cluster, using virtual machines provisioned with Vagrant.
Step by step:
. Create a vagrantfile with the definitions of 3 virtual machines: being the first machine with the name of master and the other ones with the name of node01 and node02;
. Each virtual machine must have a fixed IP;
. All VMs must have Docker pre-installed;
. The machine named master must be the cluster manager node;
. The other machine must be added to the Swarm cluster as Workers.
Projeto realizado durante o bootcamp da DIO Jornada DevOps com AWS - Impulso, ministrado por https://github.com/denilsonbonatti