关于安装配置docker,找不到Hyper-V(win10 家庭版需要配置,专业版不需要...
发布网友
发布时间:2小时前
我来回答
共1个回答
热心网友
时间:1小时前
配置Windows 10家庭版上的Docker时,若遇到找不到Hyper-V的问题,可尝试以下步骤解决:
首先,创建一个文本文件并输入以下内容:
pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" del hyper-v.txt Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL
将此文本文件保存并重命名为Hyper.cmd。
接着,以管理员权限运行Hyper.cmd文件。
等待上述命令执行完毕后,最后重启计算机。