Using the localhost hack (dnsmasq resolving .docker hosts to 172.17.0.1, and aliasing lo0 to 172.17.0.1) access to the proxy server from within the containers no longer possible when using DfM 4.1.1. The HTTP request just hangs.
I have disabled V2 compose as that was wreaking other kinds of havoc (thank you, Docker!).
This is the proxy server. I have tested a few scenarios with 4.0.1 and 4.1.1, here are the results:
- dory is up, 4.0.1,
dory attach proxy output is monitored by me
- dory is down, 4.0.1
- dory is up, 4.1.1,
dory attach proxy output is monitored by me
- dory is down, 4.1.1
At first I was suspecting some kind of network filtering to be the issue. However, the 4.1.1 dory down trials look like there is no magic filtering going on, at least on the surface level. I don't know if dory's logging level can somehow be raised to see if the request even makes it to the container.
Using the localhost hack (dnsmasq resolving .docker hosts to 172.17.0.1, and aliasing lo0 to 172.17.0.1) access to the proxy server from within the containers no longer possible when using DfM 4.1.1. The HTTP request just hangs.
I have disabled V2 compose as that was wreaking other kinds of havoc (thank you, Docker!).
This is the proxy server. I have tested a few scenarios with 4.0.1 and 4.1.1, here are the results:
dory attach proxyoutput is monitored by medory attach proxyoutput is monitored by meAt first I was suspecting some kind of network filtering to be the issue. However, the 4.1.1 dory down trials look like there is no magic filtering going on, at least on the surface level. I don't know if dory's logging level can somehow be raised to see if the request even makes it to the container.