wsl2 podman services can't be seen on localhost 127.0.0.1 #17972
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
the port exposed by podman doesn't seem to include the ipv4 127.0.0.1 address but does bind to the wsl ip address
podman run -p 8888:80 nginx
can only be seen on the ip address of wsl not on windows 127.0.0.1 address
however running:
podman run -p 127.0.0.1:8888:80 nginx
now works on the windows ipv4 address
Curiously http://localhost:8888 works in chrome so I guess it's bound to the ipv6 localhost
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
unable to connect to localhost or 127.0.0.1
Describe the results you expected
data when connecting to 127.0.0.1
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
windows 10
Additional information
happens consitently
The text was updated successfully, but these errors were encountered: