Closed ganting closed 8 years ago
I see this in your log
Apr 14 15:16:45 172.18.0.1 docker/ui[2307]: <html><head>
Apr 14 15:16:45 172.18.0.1 docker/ui[2307]: <title>Proxy error: 502 Server dropped connection.</title>
Apr 14 15:16:45 172.18.0.1 docker/ui[2307]: </head><body>
Apr 14 15:16:45 172.18.0.1 docker/ui[2307]: <h1>502 Server dropped connection</h1>
Apr 14 15:16:45 172.18.0.1 docker/ui[2307]: <p>The following error occurred while trying to access <strong>http://registry:5000/v2/_catalog</strong>:<br><br>
Apr 14 15:16:45 172.18.0.1 docker/ui[2307]: <strong>502 Server dropped connection</strong></p>
Apr 14 15:16:45 172.18.0.1 docker/ui[2307]: <hr>Generated Thu, 14 Apr 2016 15:16:44 CST by Polipo on <em>ubuntu:8123</em>.
Are you running "Polipo" on your machine?
yes, i climb the company firewall and GFC by polipo, ok, I will verify whether this is the problem
yes, it's the polipo prevent the request. thanks
Thanks. But I'm just curious how why it impacts the connection "between" containers, the containers have their own network.
i use the proxy env when build ui image because of firewall. so the env get into the container. but i do not set the no_proxy env to skip the harbor_registry ip, so in the ui container, all the request for harbor_registry proxied by polipo. which restult 502 error.
i got this problem also, but it's not the upcase reason my config.yml
log: log.tar.gz
after 1 minute, ui response
but i can use docker client pull image
pls help me