docker search centos 失败
来源:3-3 docker介绍及常用命令

慕侠3312956
2025-05-06
提示docker search centos Error response from daemon: Get “https://index.docker.io/v1/search?q=centos&n=25”: dial tcp 209.95.56.60:443: connect: connection refused
写回答
1回答
-
qq_Alwayswithme_1
2025-05-06
docker.1ms.run 国内的镜像加速的地址
如docker search centos命令直接执行时提示Error response from daemon: Get "https://index.docker.io/v1/search?q=centos&n=25": dial tcp 31.13.70.9:443: connect: connection refused
那么可以通过添加国内的镜像地址执行查询
docker search docker.1ms.run/centos
00
相似问题