skillgrad 的评分设计
2026/8/29 17:22:12
1.查看系统环境
2.下载windows版本docker软件
下载地址:https://docs.docker.com/desktop/setup/install/windows-install/二、进行docker安装配置
1、开启windows的Hyper-V虚拟化技术
注:重启电脑后进行操作
2.开启 Windows 功能(用超管身份打开cmd运行)
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart3.将hyper-Visor设置为开机自启动
bcdedit | findstr hypervisorlaunchtypehypervisorlaunchtype auto→ ✅已经正常,不需要执行这条命令hypervisorlaunchtype Off→ ⚠️必须执行bcdedit /set hypervisorlaunchtype auto,然后重启电脑bcdedit /set hypervisorlaunchtype auto三、进行docker软件安装配置
四、配置docker镜像加速
"registry-mirrors": [ "https://xuanyuan.cloud", "https://docker.xuanyuan.me", "https://xxx.mirror.aliyuncs.com" ]后续自行安装镜像软件即可:加油!