docker run ansible/ansible

为毛好好地就无法pull了呢

image

明明老子网络都是通的

Error response from daemon: manifest not found._第1张图片

Error response from daemon: manifest not found._第2张图片

dig @114.114.114.114 registry-1.docker.io

难道是DNS污染?

Error response from daemon: manifest not found._第3张图片


vi /etc/hosts , 手动加一条dns记录

Error response from daemon: manifest not found._第4张图片

居然连docker io都屏蔽了?

Error response from daemon: manifest not found._第5张图片

image

容我看下日志

tail -f /var/log/messages

image


挂了代理

vi /etc/profile

Error response from daemon: manifest not found._第6张图片

source /etc/profile

curl youtube,都通的


Error response from daemon: manifest not found._第7张图片

再来pull一下

image


看来不是网路问题了,看下repo应该怎么pull

https://hub.docker.com/r/ansible/ansible/tags/

Error response from daemon: manifest not found._第8张图片

没有lastest 这个tag,只有default

容我pull一下,万事大吉。


Error response from daemon: manifest not found._第9张图片