docker-machine create --driver virtualbox v1
Use the above command to create a machine named V1 with an error:
Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"
Add the — VirtualBox no vtx check parameter to disable vtx check, and the – VirtualBox boot2docker URL can specify the local image, otherwise the latest image will be downloaded remotely, which is very slow
docker-machine create v1 -d virtualbox --virtualbox-no-vtx-check --virtualbox-boot2docker-url=/home/sugarppig/.docker/machine/cache/boot2docker.iso
(2) Of
Institute of sugar pig, Chinese Academy of Sciences.
department