Andrea Vescovi
Andrea Vescovi
Does this mean that docker-socket-proxy is fully working also on Docker v26? I quickly tried to spin a container (through swarm) on v26 but the healthcheck fails ("Connecting to localhost:2375...
After some digging, I found where this strange behaviour comes from: it seems that "localhost" is no longer working as before. Connecting directly to the docker-socket-proxy container: - `wget -O-...
I don't think so. After analysing it, I can see that in older versions of Docker `localhost` is resolved as ipv4 -> 127.0.0.1: Instead, on version 26, is resolved as...
Are you planning a new release with these recent commits? Anyway, I will clone the repo and build the image on my side in order to test it ;) Thanks
Thanks, The deployment went well and the healthcheck is now working great ;) I just need to go through your doc to find out what I need to configure with...