Docker问题记录
hyper-v 与VMware 冲突
如果使用VMware虚拟机:
管理员模式执行 bcdedit /set hypervisorlaunchtype off
如果使用hyper-v 虚拟机:
cmd管理员模式执行 bcdedit /set hypervisorlaunchtype Auto
两者不能同时使用 。
hyper-v 与VMware 冲突
管理员模式执行 bcdedit /set hypervisorlaunchtype off
cmd管理员模式执行 bcdedit /set hypervisorlaunchtype Auto
两者不能同时使用 。