<div dir="ltr">Alejandro,<div><br></div><div>Yes, it might be an proxy issue. According to <a href="https://docs.docker.com/config/daemon/systemd/#httphttps-proxy">https://docs.docker.com/config/daemon/systemd/#httphttps-proxy</a> , the NO_PROXY is a list of comma-separated hosts (not a cidr like <a href="http://127.0.0.0/8,10.8.0.0/16" target="_blank">10.8.0.0/16</a>). So you might want to try:</div><div><br></div><div>NO_PROXY=localhost,<a href="http://127.0.0.0/8,10.8.0.0/16" target="_blank">127.0.0.1,10.8.9.</a>54,...  <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 3, 2019 at 3:09 PM Alejandro Ruiz Bermejo <<a href="mailto:arbermejo0417@gmail.com">arbermejo0417@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">I'm still working on my previous error of the openstack appcontainer run error state:<div><br></div><div>I have Docker working behind a Proxy. As you can see in the Docker info i attach  to this mail. I tried to do the curl <a href="http://10.8.9.54:2379/health" target="_blank">http://10.8.9.54:2379/health</a> with the proxy environment variable and i got timeout error (without it the curl return the normal healthy state for the etcd cluster). So my question is if i'm having a problem with the proxy configuration and docker commands when i'm executing the openstack appcontainer run. And if you know any use case of someone working with Docker behind a proxy and Zun in the Openstack environment.</div><div><br></div><div>This is the outputh of </div><div><br></div><div><div># systemctl show --property Environment docker</div><div>Environment=HTTP_PROXY=<a href="http://10.8.7.60:3128/" target="_blank">http://10.8.7.60:3128/</a> NO_PROXY=localhost,<a href="http://127.0.0.0/8,10.8.0.0/16" target="_blank">127.0.0.0/8,10.8.0.0/16</a> HTTPS_PROXY=<a href="http://10.8.7.60:3128/" target="_blank">http://10.8.7.60:3128/</a></div></div><div><br></div><div>And this is the one of </div><div><br></div><div><div>root@compute /h/team# docker info</div><div>Containers: 9</div><div> Running: 0</div><div> Paused: 0</div><div> Stopped: 9</div><div>Images: 7</div><div>Server Version: 18.09.5</div><div>Storage Driver: overlay2</div><div> Backing Filesystem: extfs</div><div> Supports d_type: true</div><div> Native Overlay Diff: true</div><div>Logging Driver: json-file</div><div>Cgroup Driver: cgroupfs</div><div>Plugins:</div><div> Volume: local</div><div> Network: bridge host macvlan null overlay</div><div> Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog</div><div>Swarm: inactive</div><div>Runtimes: runc</div><div>Default Runtime: runc</div><div>Init Binary: docker-init</div><div>containerd version: bb71b10fd8f58240ca47fbb579b9d1028eea7c84</div><div>runc version: 2b18fe1d885ee5083ef9f0838fee39b62d653e30</div><div>init version: fec3683</div><div>Security Options:</div><div> apparmor</div><div> seccomp</div><div>  Profile: default</div><div>Kernel Version: 4.15.0-48-generic</div><div>Operating System: Ubuntu 18.04.2 LTS</div><div>OSType: linux</div><div>Architecture: x86_64</div><div>CPUs: 8</div><div>Total Memory: 15.66GiB</div><div>Name: compute</div><div>ID: W35H:WCPP:AM3K:NENH:FEOR:S23C:N3FZ:QELB:LLUR:USMJ:IM7W:YMFX</div><div>Docker Root Dir: /var/lib/docker</div><div>Debug Mode (client): false</div><div>Debug Mode (server): false</div><div>HTTP Proxy: <a href="http://10.8.7.60:3128/" target="_blank">http://10.8.7.60:3128/</a></div><div>HTTPS Proxy: <a href="http://10.8.7.60:3128/" target="_blank">http://10.8.7.60:3128/</a></div><div>No Proxy: localhost,<a href="http://127.0.0.0/8,10.8.0.0/16" target="_blank">127.0.0.0/8,10.8.0.0/16</a></div><div>Registry: <a href="https://index.docker.io/v1/" target="_blank">https://index.docker.io/v1/</a></div><div>Labels:</div><div>Experimental: false</div><div>Cluster Store: etcd://<a href="http://10.8.9.54:2379" target="_blank">10.8.9.54:2379</a></div><div>Insecure Registries:</div><div> <a href="http://127.0.0.0/8" target="_blank">127.0.0.0/8</a></div><div>Live Restore Enabled: false</div><div>Product License: Community Engine</div><div><br></div><div>WARNING: API is accessible on <a href="http://compute:2375" target="_blank">http://compute:2375</a> without encryption.</div><div>         Access to the remote API is equivalent to root access on the host. Refer</div><div>         to the 'Docker daemon attack surface' section in the documentation for</div><div>         more information: <a href="https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface" target="_blank">https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface</a></div><div>WARNING: No swap limit support</div></div><div><br></div></div></div></div>
</blockquote></div>