当Hyper-V启用时,docker正常使用,VMware无法启动虚拟机
    image.png
    当Hyper-V禁用时,vmware正常使用,Docker无法启动
    image.png

    Hyper-V开启关闭操作
    禁用Hyper-V

    1. bcdedit /set hypervisorlaunchtype off

    启用Hyper-V

    1. bcdedit /set hypervisorlaunchtype auto
    2. Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

    彻底解决

    image.png