Step 1 : Create Docker machines (to act as nodes for Docker Swarm) Create one machine as manager and others as workers
`docker-machine create --driver hyperv manager1`
`docker-machine create --driver virtualbox manager1`
docker-machine:Error with pre-create check: “exit status 126” https://stackoverflow.com/questions/3... brew cask install virtualbox;
Create one manager machine