Skip to content

Instantly share code, notes, and snippets.

@GzuPark
Created July 27, 2019 04:18
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 GzuPark/deb597f229306a64d5ded218fad630f7 to your computer and use it in GitHub Desktop.
Save GzuPark/deb597f229306a64d5ded218fad630f7 to your computer and use it in GitHub Desktop.
docker-machine create -d virtualbox \
--virtualbox-cpu-count=2 \
--virtualbox-memory=2048 \
--virtualbox-disk-size=100000 \
--virtualbox-boot2docker-url https://github.com/Alexoner/boot2docker/releases/download/v17.06.0-ce-usb-rc5/boot2docker.iso \
${DOCKER_MACHINE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment