我已经搜索了很多,但仍然无法获得此问题的准确答案:
docker在运行docker pull时使用的默认URL是什么? (特别是/ v2一个)
我从日志或某些文档中看到了几个网址:
> http://index.docker.io
> http://registry.hub.docker.com
> http://registry-1.docker.io
但是我不确定哪个是正确的,其他的目的是什么
最佳答案
这3个网址用于不同目的:
原文链接:https://www.f2er.com/docker/532604.htmlhttp://registry.hub.docker.com是用于列出映像的Docker网站.
实际存储这些图像的位置不是这里.
作为Nexus Docker settings details:
> https://registry-1.docker.io是远程存储:this issue说明了当存储不应答时所发生的情况:
This is a service issue,not related to the docker engine project.
Amazon S3 is experiencing some problems.
> https://index.docker.io/是docker索引,用于与搜索,用户,docker令牌和其他方面相关的请求.