当前位置: 首页 >> Docker >> 【排错】解决docker: error pulling image configuration: Get https://registry-1.docker.io/v2/library/mysql/: >> 正文

【排错】解决docker: error pulling image configuration: Get https://registry-1.docker.io/v2/library/mysql/:

2021年02月23日 16:50:19    作者:Jiaozn    分类:Docker     评论(0)

出现这个问题,一般的原因是无法连接到 docker hub,通过:


systemctl stop docker

echo "DOCKER_OPTS=\"\$DOCKER_OPTS --registry-mirror=http://f2d6cb40.m.daocloud.io\"" | sudo tee -a /etc/default/docker

service docker restart


除非注明,发表在“Jiaozn的博客”的文章『【排错】解决docker: error pulling image configuration: Get https://registry-1.docker.io/v2/library/mysql/:』版权归Jiaozn所有。 转载请注明出处为“本文转载于『Jiaozn的博客』原地址https://jiaozn.com/reed/657.html

评论

发表评论   

昵称*

E-mail*

网站