美文网首页
docker pull出错问题解决

docker pull出错问题解决

作者: 第六象限 | 来源:发表于2018-05-17 17:30 被阅读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

OK~

相关文章

网友评论

      本文标题:docker pull出错问题解决

      本文链接:https://www.haomeiwen.com/subject/hlhidftx.html