简体   繁体   中英

Docker not able to identify Hyper-V on my system, no MobyLinux VM, how to create?

I have enabled Hyper-V on my system (and restarted). Then, I installed "Docker for Windows". Every time it gives me the same error when I start Docker. 在此处输入图片说明

I think, somehow, the MobyLinux VM is not created on my machine. 在此处输入图片说明

How do I configure one manually?

Docker was not able to create the VM on startup. This was because some of the powershell modules were not included in the path.

Check the path configured for Power shell modules $env:psmodulepath Note: Use PowerShell as an administrator.

The path to "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\Modules" must be present in the above list. If not, modify the below registry: HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Session Manager\\Environment to include this missing path.

Uninstall and reinstall Docker again.

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