Error response from daemon: manifest not found.

docker run ansible/ansible

为毛好好地就无法pull了呢

image

明明老子网络都是通的

image

image

dig @114.114.114.114 registry-1.docker.io

难道是DNS污染?

image


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

image

居然连docker io都屏蔽了?

image

image

容我看下日志

tail -f /var/log/messages

image


挂了代理

vi /etc/profile

image

source /etc/profile

curl youtube,都通的


image

再来pull一下

image


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

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

image

没有lastest 这个tag,只有default

容我pull一下,万事大吉。


image

猜你喜欢

转载自blog.51cto.com/433266/2406245