无法从nexus代理中提取docker镜像

时间:2017-02-10 14:54:10

标签: docker proxy nexus

nexus配置为8444用于内部托管,7001用于外部代理。我可以从8444中提取图像。但是无法从互联网上提取任何内容。 nexus指向代理设置中的https://registry-1.docker.io。有什么建议吗?

$ docker pull x.com:8444/hello-world
Using default tag: latest
latest: Pulling from hello-world
c04b14da8d14: Pull complete
Digest: sha256:a18ed77532f6d6781500db650194e0f9396ba5f05f8b50d4046b294ae5f83aa4
Status: Downloaded newer image for x.com:8444/hello-world:latest

$ docker pull  x.com:7001/node
Using default tag: latest
Error response from daemon: unknown: unknown

(此次拉动中没有在nexus中显示的错误日志)

1 个答案:

答案 0 :(得分:1)

我自己找到了答案。在配置中,需要使用

  

“使用Docker Hub”

Proxy-> Docker索引中的

选项。 我使用了“使用代理注册表(上面指定)”这不起作用。