Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save silenceisgolden/a53e9e77f4c9020e34c70441bbb1a060 to your computer and use it in GitHub Desktop.
Save silenceisgolden/a53e9e77f4c9020e34c70441bbb1a060 to your computer and use it in GitHub Desktop.
create a new vm in docker machine specific boot2docker
docker-machine create \
--driver virtualbox \
--virtualbox-cpu-count "2" \
--virtualbox-disk-size "64000" \
--virtualbox-memory "4096" \
--virtualbox-boot2docker-url https://github.com/boot2docker/boot2docker/releases/download/v1.11.2/boot2docker.iso \
default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment