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
Similar Posts:
- How to fix VirtualBox session error: Call to NEMR0InitVMPart2 failed VERR_NEM_INIT_FAILED (VERR_NEM_VM_CREATE_FAILED)
- Solution of docker error checking TLS connection
- The most annoying error reported by Hadoop: running VirtualBox prompts 0x00000000 error “the 0x00000000 memory referenced by the 0x00000000 instruction cannot be written?
- Unable to load VirtualBox engine error reported by genymotion
- VirtualBox: How to Enable Nested VT-x/AMD-V
- How to fix the “kernel driver not installed (RC = – 1908)” error of VirtualBox in Ubuntu
- [Solved] Virtualbox Warning: no bootable medium found
- [How to]docker http: server gave HTTP response to HTTPS client
- [Solved] Intellj Building image Error: ADD failed: no source files were specified
- [Solved] Stderr: VBoxManage: error: Failed to load unit ‘HGCM’ (VERR_TOO_MUCH_DATA)