docker-nfs-server
docker-nfs-server copied to clipboard
Cannot bind to port 111 in Docker for Windows
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.
Update: when I check netstat in the host VM (like this) I can see that rpcbind is already running there. That solves the puzzle. But what do I do now?