Virtual Machine Platform not enabled解决办法
的有关信息介绍如下:
Docker Deskrop启动时报错:Virtual Machine Platform not enabled,是因为windows的虚拟机平台组件未开启,需要开启相应组件。
Virtual Machine Platform is not enabled. Enable it using the following PowerShell script (in an administrative PowerShell) and then restart your computer before using Docker Desktop:
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
打开Windows 控制面板,找到【程序与功能】菜单并打开。
打开【启动或关闭 Windows 功能】
勾选Hyper-v和Virtual Machine Platform选项,点击【确认】按钮。
组件安装完成后,重启计算机并运行Docker Deskrop,就可以正常启动了。



