Skip to content

Instantly share code, notes, and snippets.

@GzuPark
Created July 27, 2019 03:32
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/d656e1042653aa76536ddf9218bd1ec1 to your computer and use it in GitHub Desktop.
Save GzuPark/d656e1042653aa76536ddf9218bd1ec1 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/gzupark/boot2docker-webcam-mac/releases/download/18.06.1-ce-usb/boot2docker.iso \
${DOCKER_MACHINE}
@frankdeepl
Copy link

Hi @GzuPark, the docker toolbox is deprecated, could you rewrite this command by using docker desktop?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment