-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker search报错 #60
Comments
同样的问题 |
+1 |
正常啊兄弟们,,你们看看docker info里 正常情况Registry的值还是https://index.docker.io/v1/啊 它自然走这个链接拉注册表和搜索 |
那有办法把docker search中的这个index.docker.io 修改为镜像地址吗 |
哈哈哈哈 疑问+1 |
问了一下 神奇的海螺(GPT)好像不支持修改默认的Registry,可以使用docker search [指定的Registry URL]/镜像名 |
各位可以参考一下。在shell中可以使用docker search [指定的Registry URL]/镜像名 来拉取搜索数据 |
没用的,指定地址后还是一样报错 $ docker search docker.kilvn.com/redis
Error response from daemon: error decoding registry search results: invalid character '<' looking for beginning of value |
感谢!实测可行。 |
输入docker search mysql有如下报错:
Error response from daemon: Get "https://index.docker.io/v1/search?q=mysql&n=25": dial tcp 105.244.43.248:443: i/o timeout
怎么解?
The text was updated successfully, but these errors were encountered: