若開啟docker後,vmware無法執行須關閉docker使用的hyper-v兩者會相衝,只能同時開其一
https://stackoverflow.com/questions/48066994/docker-no-matching-manifest-for-windows-amd64-in-the-manifest-list-entries
關閉系統hyper-v1
bcdedit /set hypervisorlaunchtype off
重新打開1
bcdedit /set hypervisorlaunchtype auto
上述兩指令 執行完都須重新開機