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
I am trying to set this up on Windows with Docker. When I start the container I get Error starting userland proxy: listen tcp 0.0.0.0:111: bind: address already in use.
It seems strange because there is no processes listening on port 111 on my Windows host OS. There are no other containers running either (I am checking with netstat -ano in Powershell and I cannot see the port number 111 anwhere).
I a stuck here because I do not know how to identify why the bind is not possible because to me it seems that port 111 should be free.
The text was updated successfully, but these errors were encountered:
I am trying to set this up on Windows with Docker. When I start the container I get
Error starting userland proxy: listen tcp 0.0.0.0:111: bind: address already in use
.It seems strange because there is no processes listening on port 111 on my Windows host OS. There are no other containers running either (I am checking with netstat -ano in Powershell and I cannot see the port number 111 anwhere).
I a stuck here because I do not know how to identify why the bind is not possible because to me it seems that port 111 should be free.
The text was updated successfully, but these errors were encountered: