Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
can';t从nexus代理中提取docker映像_Docker_Proxy_Nexus - Fatal编程技术网

can';t从nexus代理中提取docker映像

can';t从nexus代理中提取docker映像,docker,proxy,nexus,Docker,Proxy,Nexus,nexus的内部主机配置为8444,外部代理配置为7001。我能够从8444中提取图像。但无法从互联网上获取任何信息。nexus在代理设置中指向。有什么建议吗 $ docker pull x.com:8444/hello-world Using default tag: latest latest: Pulling from hello-world c04b14da8d14: Pull complete Digest: sha256:a18ed77532f6d6781500db650194e0f

nexus的内部主机配置为8444,外部代理配置为7001。我能够从8444中提取图像。但无法从互联网上获取任何信息。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

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

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

“使用Docker Hub”

代理->Docker索引中的选项。 我使用了“使用代理注册表(如上所述)”,但它不起作用