Skip to content

Instantly share code, notes, and snippets.

@langri-sha
Last active September 16, 2016 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save langri-sha/93936e0c83382ff0c6efab7e2ccfbbe9 to your computer and use it in GitHub Desktop.
Save langri-sha/93936e0c83382ff0c6efab7e2ccfbbe9 to your computer and use it in GitHub Desktop.
Settings for creating a default Virtualbox Docker machine
docker-machine create \
--driver virtualbox \
--virtualbox-memory 2048 \
--engine-opt dns=8.8.8.8 \
--engine-opt log-driver=none \
--virtualbox-cpu-count 2 \
default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment