Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
5andr0 opened this issue Nov 24, 2024 · 0 comments
Assignees
Labels
community_new New idea raised by a community contributor

Comments

@5andr0
Copy link

5andr0 commented Nov 24, 2024

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 5andr0 added the community_new New idea raised by a community contributor label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community_new New idea raised by a community contributor
Projects
None yet
Development

No branches or pull requests

2 participants