1、docker启动问题:
问题解决:
需要开启Hyper-V,(开启方法:控制面板->程序->程序和功能->启动或关闭Windows功能,然后再重新启动电脑)
2、但是重新开启vmware的时候,就会出现问题。
解决方法:
关闭Hyper-V,步骤如上所述。
但是这种方法每次都需要重启电脑,还是有点麻烦,好在现在也不怎么用虚拟机了。
补充:Docker和VMware冲突:VMware Workstation and Device/Credential Guard are not compatible报错解决
本地安装了Docker和VMware后,无法同时启动。因为Docker和VMware都相当于Hypervisor,并且基于虚拟机属性需要获取对CPU等硬件的掌控权,因为在同一台机器上无法同时运行。
VMware报错
VMware Workstation and Device/Credential Guard are not compatible. VMware Workstation can be run after disabling Device/Credential Guard. Please visit http://www.vmware.com/go/turnoff_CG_DG for more details.
Windows features on or off
通过切换windows features选项开启或者关闭Hyper - H选项,选中状态下可启动docker应用
关闭过程中遇到报错 Error code 0x80073701
Virtualization Based Security
WIN+R 打开运行
输入 gpedit.msc 打开 Group Policy Editor
Computer Configuration -> Administrative Templates -> System -> Device Guard 后
双击打开配置选项 Turn on Virtualization Based Security 选择disable
PowerShell command
开始 - Windows PowerShell (Admin)
开启命令为
bcdedit /set hypervisorlaunchtype auto
关闭命令为
bcdedit /set hypervisorlaunchtype off
以上为个人经验,希望能给大家一个参考,也希望大家多多支持IT博客社区。如有错误或未考虑完全的地方,望不吝赐教。
没有更多内容。