Error response from daemon: Get “https://index.docker.io/v1/search?q=mysql&n=25”: dial tcp: lookup index.docker.io on 192.168.0.1:53: read udp 192.168.0.12:50923->192.168.0.1:53: read: connection refused

安装bind-utils

yum -y install bind-utils

查看index.docker.io的IP

dig @114.114.114.114 index.docker.io

ANSWER SECTION就是我们需要的IP
在这里插入图片描述

index.docker.io添加指定IP

vim /etc/hosts
54.236.113.205 index.docker.io.
54.227.20.253 index.docker.io.
54.198.86.24 index.docker.io.

在这里插入图片描述

再次docker search mysql

成功!
在这里插入图片描述

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐