Last active
September 16, 2016 18:39
-
-
Save langri-sha/93936e0c83382ff0c6efab7e2ccfbbe9 to your computer and use it in GitHub Desktop.
Settings for creating a default Virtualbox Docker machine
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 \ | |
--driver virtualbox \ | |
--virtualbox-memory 2048 \ | |
--engine-opt dns=8.8.8.8 \ | |
--engine-opt log-driver=none \ | |
--virtualbox-cpu-count 2 \ | |
default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment