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

Docker Desktop host networking conflicts with docker-mac-net-connect and causes login to fail #41

Open
lhotari opened this issue Sep 3, 2024 · 0 comments

Comments

@lhotari
Copy link

lhotari commented Sep 3, 2024

Docker Desktop 4.34.0 (release notes) comes with host networking support. This conflicts with docker-mac-net-connect.

The problem digests as docker login failing. In the Docker Desktop UI, there's a popup visible for a few seconds where there's an error message about a port conflict.

image

Port Conflict
Host Networking: Failed to bind port 61236 on the host. Check if it is already in use

(the port number changes each time)

The problem was resolved by running sudo brew services stop chipmk/tap/docker-mac-net-connect since I had enabled the service when I installed docker-mac-net-connect.

As a resolution to this issue, I guess it would be sufficient to mention this in the documentation of docker-mac-net-connect.

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