I’m having trouble with Docker Toolbox 1.11.2 under Windows 10.
It did previously work.
I decided to instead try the new “docker for windows”, but unfortunately Hyper-V didn’t play nicely with some other VMs I needed to run for other work, so I’ve decided to go back to docker for windows.
However having removed hyper-v (from add/remove windows features), and with hypervisorlaunchtype-Off in bcdedit the script is still thinking hyper-v is installed
What check is docker toolbox using?
The workaround to pass --virtualbox-no-vtx-check worked ok, but I shouldn’t have needed it since Hyper-V was both removed using add/remove, and the hypervisorlaunchtype was set to disable it?
Expected behavior
Docker Quickstart Terminal launches clean on a Windows 10 system
Actual behavior
Running pre-create checks…
Error with pre-create check: "Hyper-V is installed. VirtualBox won’t boot a 64bits VM when Hyper-V is activated. If it’s installed but deactivated, you can use --virtualbox-no-vtx-check to try anyways"
Looks like something went wrong in step ´Checking if machine default exists´… Press any key to continue…
Information
hypervisorlaunchtype=Off
Hyper-V is not ticked in add/remove optional windows features
Steps to reproduce the behavior
Suspected but not gone through the loop again on this:
- …enable hyper-v using add/remove optional windows features
- …reboot
- remove hyper-v using add/remove optional windows features
- reboot
- fails as described here