Last active
August 28, 2015 00:12
-
-
Save dwerbam/23fca539b116f799bf62 to your computer and use it in GitHub Desktop.
docker toolbox create extended filesystem
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 dev --virtualbox-disk-size "50gb" | |
eval "$(docker-machine env dev)" | |
#additionally you can | |
docker-machine env dev >> ~/.bash_profile | |
#verify.. | |
vim ~/.bash_profile | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment