Skip to content

Instantly share code, notes, and snippets.

@d3ming
Last active March 22, 2016 00:18
Show Gist options
  • Save d3ming/9bfeacd5e37beed3ea08 to your computer and use it in GitHub Desktop.
Save d3ming/9bfeacd5e37beed3ea08 to your computer and use it in GitHub Desktop.
docker-machine recreate with larger disk space

Recreate default docker-machine with 100GB disk size

docker-machine -D create -d virtualbox --virtualbox-disk-size "100000" default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment