- docker资源配置,默认在 /etc/docker文件夹内
{ "registry-mirrors": [ ## 中国镜像网 "https://register.librax.org/", ## 阿里云加速(可以在阿里云登录私人账号获得) "https://mglq75j3.mirror.aliyuncs.com" ] }
- docker seach | pull 命令请求失败,可以在镜像网站先搜索资源(可以多尝试不同的资源),然后精确搜索
- 222
{
"registry-mirrors": [
## 中国镜像网
"https://register.librax.org/",
## 阿里云加速(可以在阿里云登录私人账号获得)
"https://mglq75j3.mirror.aliyuncs.com"
]
}