You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the SO documentation and installed the proxy server url on the standalone server. Everything seems to be working fine. I can run soup and it finishes with no issues except when I check the docker containers environment variables I still do not see the proxy server reference. I followed the Docker config information and added the proxy info to the ~/.docker/config.json file. However, I still see connections from the Elasticsearch container trying to connect to Github and such
In this test environment I have installed SO with root so my question is. Other than root what user is spinning up docker containers and where should I place the docker config file so that the container receive the env variable for the Proxy
tcpdump -i docker0 port 443 | grep 185.199.109.133
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on docker0, link-type EN10MB (Ethernet), capture size 262144 bytes
18:30:10.036808 IP 172.17.0.7.42372 > cdn-185-199-109-133.github.com.https: Flags [S], seq 1785791764, win 29200, options [mss 1460,sackOK,TS val 256778263 ecr 0,nop,wscale 7], length 0
18:30:11.037729 IP 172.17.0.7.42372 > cdn-185-199-109-133.github.com.https: Flags [S], seq 1785791764, win 29200, options [mss 1460,sackOK,TS val 256779264 ecr 0,nop,wscale 7], length 0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Standalone
v. 2.3.120
I followed the SO documentation and installed the proxy server url on the standalone server. Everything seems to be working fine. I can run soup and it finishes with no issues except when I check the docker containers environment variables I still do not see the proxy server reference. I followed the Docker config information and added the proxy info to the ~/.docker/config.json file. However, I still see connections from the Elasticsearch container trying to connect to Github and such
In this test environment I have installed SO with root so my question is. Other than root what user is spinning up docker containers and where should I place the docker config file so that the container receive the env variable for the Proxy
tcpdump -i docker0 port 443 | grep 185.199.109.133
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on docker0, link-type EN10MB (Ethernet), capture size 262144 bytes
18:30:10.036808 IP 172.17.0.7.42372 > cdn-185-199-109-133.github.com.https: Flags [S], seq 1785791764, win 29200, options [mss 1460,sackOK,TS val 256778263 ecr 0,nop,wscale 7], length 0
18:30:11.037729 IP 172.17.0.7.42372 > cdn-185-199-109-133.github.com.https: Flags [S], seq 1785791764, win 29200, options [mss 1460,sackOK,TS val 256779264 ecr 0,nop,wscale 7], length 0
Beta Was this translation helpful? Give feedback.
All reactions