Windows Version
Microsoft Windows [Versione 10.0.22631.3007]
WSL Version
2.0.14.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.133.1-1
Distro Version
No response
Other Software
Podman Desktop v1.7.1
Podman v4.9.2
Repro Steps
Change in .wslconfig networkingMode=mirrored
Restart WSL2
Execute podman run -d -p 8080:80 nginx:alpine (example)
Open to http://localhost:8080
Result: cannot connect
Expected Behavior
To forward the port and be able to connect to my containers.
Actual Behavior
Doesn't forward the port, so I cannot connect to my containers.
Diagnostic Logs
No response
Windows Version
Microsoft Windows [Versione 10.0.22631.3007]
WSL Version
2.0.14.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.133.1-1
Distro Version
No response
Other Software
Podman Desktop v1.7.1
Podman v4.9.2
Repro Steps
Change in .wslconfig
networkingMode=mirroredRestart WSL2
Execute
podman run -d -p 8080:80 nginx:alpine (example)Open to http://localhost:8080
Result: cannot connect
Expected Behavior
To forward the port and be able to connect to my containers.
Actual Behavior
Doesn't forward the port, so I cannot connect to my containers.
Diagnostic Logs
No response