Skip to content

Instantly share code, notes, and snippets.

@dwerbam
Last active August 28, 2015 00:12
Show Gist options
  • Save dwerbam/23fca539b116f799bf62 to your computer and use it in GitHub Desktop.
Save dwerbam/23fca539b116f799bf62 to your computer and use it in GitHub Desktop.
docker toolbox create extended filesystem
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