Jean-Philippe Briend

Results 35 comments of Jean-Philippe Briend

Hey, Sequoia introduced changes in its firewall: https://developer.apple.com/documentation/macos-release-notes/macos-15-release-notes#Application-Firewall What you can do is add Docker Desktop to the allow list in the firewall using this command: `/usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/Docker.app` Does...

@theoneandonlyseb have you tried to add Docker.app to the firewall rules? `/usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/Docker.app`

can you tell us how old is the `vmnetd` executable on your machines? it's located here: `/Library/PrivilegedHelperTools/com.docker.vmnetd`

Hi, the bug has been identified and solved. However the fix will not land in `4.35` but in `4.36` (exact date to be defined but roughly in ~ 4 weeks)....

Hi, this error message is due to the fact you probably installed Docker Desktop for Intel Mac and not Docker Desktop for Silicon Mac. Can you uninstall Docker Desktop following...