-
Notifications
You must be signed in to change notification settings - Fork 52
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
Incompatibility with Docker Desktop 4.39.0 #48
Comments
I can also confirm this issue reproduced with similar methodology. |
Multiple people on my team can also reproduce this issue - downgrading to Docker Desktop v4.38.0 and restarting the brew service resolved it for me. |
Using the networks:
default:
driver_opts:
com.docker.network.bridge.gateway_mode_ipv4: nat-unprotected (replace This hint should be added to the |
i created a PR here: #50 |
I'm glad I found this issue! I thought I was going crazy. Does anyone know how to add the driver configuration to k3d? Edit: I figured it out. I create my network like so:
|
Docker Desktop
0.39.0
was released yesterday and appears to breakdocker-mac-net-connect
.Clean installing Docker as well as
docker-mac-net-connect
doesn't help.Steps to reproduce:
Downgrading to Docker Desktop
0.38.0
helps to makedocker-mac-net-connect
work again.Interestingly i can ping the gateway but not the container, so something seems to be working but gets stopped or blocked.
I already verified that the socket symlink exists and points to the right location:
Running the
docker-mac-net-connect
executable manually to inspect the log output yields no recognisable difference when running it with Docker Desktop version0.38.0
or0.39.0
installed. the utun interface is created and events in docker networks are triggering routing changes as expected.The text was updated successfully, but these errors were encountered: