简体   繁体   中英

Windows 10 Docker with VBox paradox. Virtual Box wouldn't run unless Hyper-V is disabled and Docker wouldn't start unless Hyper-V is enabled

When I have Hyper-V enabled, and I try to run my Ubuntu 19.04 VM, I get the following error:

(VERR_NEM_MISSING_KERNEL_API).
VT-x is not available (VERR_VMX_NO_VMX).


Result Code: 
E_FAIL (0x80004005)
Component: 
ConsoleWrap
Interface: 
IConsole {872da645-4a9b-1727-bee2-5585105b9eed}

However, when I disable Hyper-V and try to run Docker Desktop, I get the error that Docker cannot start unless Hyper-V is enabled.

You need to use Docker Toolbox, the version that can work without Hyper-V.

https://docs.docker.com/toolbox/toolbox_install_windows/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM