You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker version 23.0.1, build a5ee5b1 (Running in WSL) Docker engine is installed inside of WSL
Repro Steps
Install docker engine in WSL
Start a docker container also specify the container port and the host port in the run command (I have a mockserver/mockserver image running in the container)
Start another service in WSL (In my case a python unicorn server)
Expected Behavior
Docker container should be able to reach the service running on localhost
We get the expected result when --net=host is passed in the docker run command
Actual Behavior
Calling the service running locally from the docker container, give connection refuse error
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically closed since it has not had any author activity for the past 7 days. If you're still experiencing this issue please re-open it.
This issue has been automatically closed since it has not had any author activity for the past 7 days. If you're still experiencing this issue please re-open it.
Version
Microsoft Windows [Version 10.0.19044.2604]
WSL Version
Kernel Version
5.15.79
Distro Version
Ubuntu 20.04
Other Software
Docker version 23.0.1, build a5ee5b1 (Running in WSL)
Docker engine is installed inside of WSL
Repro Steps
Expected Behavior
Docker container should be able to reach the service running on localhost
We get the expected result when
--net=host
is passed in the docker run commandActual Behavior
Calling the service running locally from the docker container, give connection refuse error
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: