Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot bind to port 111 in Docker for Windows #51

Open
wackazong opened this issue Jun 18, 2020 · 1 comment
Open

Cannot bind to port 111 in Docker for Windows #51

wackazong opened this issue Jun 18, 2020 · 1 comment

Comments

@wackazong
Copy link

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.

@wackazong
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant