【发布时间】:2017-02-10 14:54:10
【问题描述】:
nexus 配置为 8444 用于内部托管,7001 用于外部代理。我可以从 8444 中提取图像。但无法从互联网上提取任何内容。关系在代理设置中指向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
(此 pull 在 nexus 中没有显示错误日志)
【问题讨论】: