docker desktop安装完成之后运行
提示:Unable to find image 'hello-world:latest' locally
因为docker服务器在国外,需要我们为docker设置国内阿里云的镜像加速器:https://alzgoonw.mirror.aliyuncs.com
设置如下:
配置如下:
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": false,
"features": {
"buildkit": true
},
"registry-mirrors": [
"https://alzgoonw.mirror.aliyuncs.com"
]
}
安装之后重新运行测试可以: