docker search respority报Error response from daemon: Get https://index.docker.io/v1/search?q=redis&n=25: dial tcp: lookup index.docker.io: Temporary failure in name resolution 解决方法:修改/etc/resolv.conf 1、添加nameserver 10.33.2.6(DNS地址) 2、DNS地址在如下图所示处查看: 3、重启网卡systemctl restart network-manager.service