2017-02-10 51 views
0

nexus在内部托管时配置为8444,外部代理为7001。我能够从8444中拉出图像。但不能从互联网上拉东西。该联系指向代理设置中的https://registry-1.docker.io。有什么建议么?无法从nexus代理拖拉码头图像

$ 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 

(存在关系表示此拉没有错误日志)

回答

1

,我发现自己的答案。在配置上,需要使用

“使用泊坞枢纽”

选项中的Proxy->泊坞指数。 我用“使用代理注册表(上面指定)”,这不起作用。