Error response from daemon: manifest not found.
生活随笔
收集整理的這篇文章主要介紹了
Error response from daemon: manifest not found.
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
docker run ansible/ansible
為毛好好地就無法pull了呢
明明老子網絡都是通的
dig @114.114.114.114 registry-1.docker.io
難道是DNS污染?
vi /etc/hosts , 手動加一條dns記錄
居然連docker io都屏蔽了?
容我看下日志
tail -f /var/log/messages
掛了代理
vi /etc/profile
source /etc/profile
curl youtube,都通的
再來pull一下
看來不是網路問題了,看下repo應該怎么pull
https://hub.docker.com/r/ansible/ansible/tags/
沒有lastest 這個tag,只有default
容我pull一下,萬事大吉。
轉載于:https://blog.51cto.com/433266/2406245
總結
以上是生活随笔為你收集整理的Error response from daemon: manifest not found.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: VUEX中关于 mapActions,
- 下一篇: 新手使用vue-router传参时注意事