赞
踩
报错如下:error pulling image configuration: download failed after attempts=6…
原因:拉取镜像超时
解决:改为国内镜像
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": true,
"features": {
"buildkit": true
},
"registry-mirrors": [
"http://hub-mirror.c.163.com","https://docker.mirrors.ustc.edu.cn","https://registry.docker-cn.com"
]
}
检查配置:docker info
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。