赞
踩
操作详见教程:https://www.omicsclass.com/article/367。
注:联想拯救者为F2。
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
点击current version,在右侧找到EditionId,右键点击EditionId 选择“修改”,在弹出的对话框中将第二项“数值数据”的内容改为Professional,然后点击确定。
https://www.docker.com/get-docker
在Docker Engine中配置加速器地址:
{
"debug": true,
"experimental": true,
"insecure-registries": [],
"registry-mirrors": [
"https://j82nki09.mirror.aliyuncs.com"
]
}
docker run -v 宿主目录:容器目录,把宿主机的目录和容器里的目录做对应
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。