I have started getting this pop-up issue with the latest 4.38.0 version. I have followed the previous suggested fixes in closed tickets but nothing has worked. I have also tried rebooting and following the steps to disable SIP in recovery mode. Upon reenabling this is still comes back even if I delete uninstall and Docker app from the trash.
My latest attempt was to install the newest Docker via the command line with this also not fixing the bug.
Please, share what you did exactly. Otherwise you could miss anything and someone should tell you every single step again until they find what you did or didnât do.
I have tried moving the app to trash and then deleting from trash. Then downloading the latest version from here https://docs.docker.com/desktop/setup/install/mac-install/
and both installing via the normal way to drag the installer to the App folder which didnât work so then tried installing via the command line with this:
It sounds like a persistent issue with Docker on your MacOS Sonoma M1. Since youâve tried several fixes, here are a couple of additional steps you could try:
Clear Dockerâs system files manually: After uninstalling, make sure to delete Docker-related files in /Library/Application Support/, ~/Library/Containers/, and /Library/Preferences/.
Reinstall Rosetta 2: Since youâre on an M1 chip, Docker might still be relying on Rosetta. Run sudo softwareupdate --install-rosetta to reinstall it.
If the issue persists, you might want to check for any system-specific bugs with the M1 chip or try downgrading Docker to an earlier version until a fix is released.
Thank you. After trying and needing to fully shut it down via activity monitor, which I had tried many times before with no success, it finally made the pop-up go away! I will try the Rosetta reinstall if it comes back.