一、安装步骤
Windows Docker 安装 | 菜鸟教程
二、本地环境
操作系统:windows11
网络环境:科学上网
三、资源下载
稍后放到网盘后给出下载链接
四、遇到的问题
1、docker run hello-world身份验证错误
问题现象
$: docker run hello-world
Unable to find image 'hello-world:latest' locally
docker: Error response from daemon: Head "https://registry-1.docker.io/v2/library/hello-world/manifests/latest": unauthorized: incorrect username or password.
See 'docker run --help'.
问题原因
Docker hello-world:身份验证错误-腾讯云开发者社区-腾讯云
解决方案
执行docker login 重新登陆后再次执行docker run hello-world,运行成功