执行docker pull或者执行docker-compose up去拉镜像的时候报上述错误
修改系统中docker对应的配置文件即可,如下:
vi /etc/docker/daemon.json
#添加后
{
"registry-mirrors": ["https://registry.docker-cn.com"],
"live-restore": true
}
重新启动 docker :service docker start文章来源:https://www.toymoban.com/news/detail-504279.html
然后再重新执行docker pull即可文章来源地址https://www.toymoban.com/news/detail-504279.html
到了这里,关于docker pull报错error pulling image configuration: received unexpected HTTP status: 530或者500的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!