Skip to content

Instantly share code, notes, and snippets.

@timtutt
Created October 16, 2015 02:43
Show Gist options
  • Save timtutt/70b1911d5536c257c2b5 to your computer and use it in GitHub Desktop.
Save timtutt/70b1911d5536c257c2b5 to your computer and use it in GitHub Desktop.
Customizing a docker machine for mac
docker-machine create --driver virtualbox --virtualbox-cpu-count 2 --virtualbox-memory "4096" --virtualbox-disk-size "10000" dockerinwild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment