Last active
September 21, 2017 02:33
-
-
Save vepo/d354498dffc3e54baf2d663ce79a18f6 to your computer and use it in GitHub Desktop.
Creating two docker machines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker-machine create --driver virtualbox node1 | |
docker-machine create --driver virtualbox node2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment