The error that I got from VMware.
Hyper-V not compatible - VMWare Error |
Here's how I solved it:
1) Run command prompt as Administrator2) Run the following command to disable hyper visor launcher
C:\>bcdedit /set hypervisorlaunchtype off
If you want to enable it back to run Docker, the following command will help.
C:\>bcdedit /set hypervisorlaunchtype auto
No comments:
Post a Comment
Your Comment and Question will help to make this blog better...