Replies: 1 comment 2 replies
-
This is a limitation of the WSL 2 network stack,see https://learn.microsoft.com/en-us/windows/wsl/networking#accessing-a-wsl-2-distribution-from-your-local-area-network-lan |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Running podman 4.9.3 on Windows 10 Enterprise 22 H2 with latest WSL 2
I'm trying to map a port on a container using -p for example -p 8080:8080 but when the container runs the port on the host is bound to 127.0.0.1. I need it to bind to 0.0.0.0. How can this be achieved?
Beta Was this translation helpful? Give feedback.
All reactions