Last active
April 3, 2016 20:40
-
-
Save mullnerz/9baf91447cb464eb618eea0af4b3ecaa to your computer and use it in GitHub Desktop.
docker-machine create
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 rm default | |
docker-machine create --driver virtualbox --virtualbox-disk-size "40960" --virtualbox-cpu-count "4" --virtualbox-memory "4096" default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment