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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: