Last active
February 5, 2018 19:32
-
-
Save rosskarchner/fe1f2b73e9811934f9675fbc0f741bd6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
docker-machine create default --driver virtualbox\ | |
--virtualbox-cpu-count "2"\ | |
--virtualbox-memory "3072"\ | |
--virtualbox-hostonly-cidr "10.10.10.1/24" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment