Windows Version
Microsoft Windows [Version 10.0.22631.2338]
WSL Version
2.0.0.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.123.1-1
Distro Version
Ubuntu 20.04.6
Other Software
Docker version 24.0.6, build ed223bc
Repro Steps
- Change
networkingMode to mirrored
docker run -d -p 8080:80 nginx:alpine (example)
- Go to
localhost:8080
- Cannot connect
- Try from WSL
curl http//localhost:8080 same issue
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