hub.docker.com和dockerheart.com有什么区别

时间:2019-07-01 07:51:24

标签: docker dockerhub

它们似乎几乎相同。我可以看到证书有所不同,dockerheart上的注册页面出现了这样的警告:

enter image description here

很显然,我没有尝试登录,所以我不知道该怎么办。有人知道这是合法页面还是它的全部内容?

1 个答案:

答案 0 :(得分:0)

我相信这是两个不同的地方,但是可以肯定的一点是,如果单击登录,将其重定向到 官方docker hub登录 网站。 此屏幕https://www.dockerheart.com/pricing的注册按钮已更新,该按钮也指向docker hub官方网站,但此https://www.dockerheart.com/signup屏幕的页面似乎未更新。

但是对于注册,出现错误和reCAPTCHA,并且密钥无效。以下是错误的原因

https://developers.google.com/recaptcha/docs/faq enter image description here

另一件事是,两者都解析不同的IP,因此它们托管在不同的服务器上。 Docker Hub托管在AWS上,而dockerheart托管在Cloudflare上。

enter image description here

SSL也是由其他提供商发布的。

对于官方docker hub

enter image description here

对于dockerheart

enter image description here

用于搜索图像的API调用

enter image description here

enter image description here

好像它的docker注册表。

还有一件有趣的事,我无法从dockerheart提取图像。

docker pull registry.hub.docker.com/library/alpine

以上工作正常,

但这不起作用。

docker pull dockerheart.com/library/alpine

也不是这个

docker pull registry.dockerheart.com/alpine