赞
踩
前文《docker镜像仓库hub.docker.com无法访问》中很多小伙伴反馈不会使用魔法,而且想使用官方docker镜像仓库搜索镜像,今天它来了!
文章主要内容:
话不多说,直接上dockerhub个人镜像站点(每天限制10w访问,只要不被封,一直免费提供访问)
hub.axlinux.top
速度非常快,无需魔法可以直接访问
可以进行镜像搜索
也可以查看镜像版本号
在前文中提到dockerhub是被dns污染,但后来发现不仅仅是被污染,而是被墙了!
如果仅仅是dns污染,我们可以手动指定hosts文件进行访问,但是实际的ip根本访问不通。
3.228.146.75
18.210.197.188
18.206.20.10
全部丢包,无法访问
[root@waluna ~]# ping -c1 3.228.146.75 PING 3.228.146.75 (3.228.146.75) 56(84) bytes of data. --- 3.228.146.75 ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 0ms [root@waluna ~]# ping -c1 18.210.197.188 PING 18.210.197.188 (18.210.197.188) 56(84) bytes of data. --- 18.210.197.188 ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 0ms [root@waluna ~]# ping -c1 18.206.20.10 PING 18.206.20.10 (18.206.20.10) 56(84) bytes of data. --- 18.206.20.10 ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 0ms [root@waluna ~]#
关于我
全网可搜《阿贤Linux》
CSDN、知乎、哔哩哔哩、博客园、51CTO、掘金、思否、开源中国、阿里云、腾讯云、华为云、今日头条、百家号、GitHub、个人博客
公众号:阿贤Linux
个人博客:blog.waluna.top
https://blog.waluna.top/
原文链接: docker镜像仓库dockerhub无法访问–解决办法.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。