Created
July 27, 2019 03:32
-
-
Save GzuPark/d656e1042653aa76536ddf9218bd1ec1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @GzuPark, the docker toolbox is deprecated, could you rewrite this command by using docker desktop?