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 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.
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.
The text was updated successfully, but these errors were encountered:
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.
(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 installeddocker-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.
The text was updated successfully, but these errors were encountered: