2017-02-10 54 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->泊塢指數。 我用「使用代理註冊表(上面指定)」,這不起作用。