一.问题
当使用docker search mysql时
Error response from daemon: Get "https://index.docker.io/v1/search?q=centos&n=25": dial tcp: lookup index.docker.io on 192.168.10.2:53: server misbehaving
二,解决问题
1.docker镜像问题
cd /etc/docker -->daemon.json。没有就自行新建。
{
"registry-mirrors": ["https://registry.docker-cn.com"]
}
2.host文件文件中未/正确配置ip
2.1 获取正确的ip
通过谷歌的114.114.114.114 DNS服务器获得正确的ip
dig @114.114.114.114 index.docker.io
文章来源地址https://www.toymoban.com/news/detail-645103.html
2.2 将其中一个ip追加到cd /etc -->hosts
文章来源:https://www.toymoban.com/news/detail-645103.html
到了这里,关于Error response from daemon: Get https://index.docker.io/v1/search?q=&n=25: net/http: TLS timeout的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!