windows10 家庭版 docker安装记录
安装步骤
0x01 windows10家庭版安装 Hyper-V
将以下内容拷贝到你创建的.txt
文件中,拷贝完成后更改后缀名为.cmd
,并以管理员的身份运行.
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
执行完成后计算机