I deinstalled Docker months ago (with the uninstall documentation on the main page) and today I got this message … WTF. I restarted my mac after around a week searched my Mac and there was nothing which directs to something like Docker.
That means you could not properly uinstall it and some binaries are still there.
There was a bug in the updater which didn’t update vmnetd. Maybe the bug affected the uninstallation as well. Check if you have this file:
sudo ls -l /Library/PrivilegedHelperTools/com.docker.socket
and
sudo ls -l /Library/PrivilegedHelperTools/com.docker.vmnetd
and delete if you still have them.
You can read more about the issue here:
and you can find a github repo link at the end if you want to comment, but if you already uninstalled Docker, you just have to remove the files thatare still left on your Mac.
You can add