roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Make use of WSL mirrored networking for docker stack on win and host networking

Open 5andr0 opened this issue 1 year ago • 0 comments

Is it possible to make use of the WSL mirrored networking feature so that the docker daemon can listen directly on host interfaces? I was unable to setup docker stack on windows because even with mirrored networking enabled, docker is still creating it's isolated network for the daemon. I tried to forward docker stack ports over a relay container to the daemon, but due to nat translation the source ip gets replaced and stack overlay network won't work because of that.

With this feature we can also finally use host networking on windows! I hope this will make it into docker desktop, at least experimental

5andr0 avatar Nov 24 '24 10:11 5andr0