I just updated to macOS Monterey 12.4, and now Docker Desktop is not working at all. It was working fine before.
I've tried many things to troubleshoot this with no success:
- Clicking any of the following troubleshooting buttons does nothing. It's unresponsive and shows no signs of success or failure:
- Reinstalling
dockerwithbrewdoesn't work:
brew uninstall --cask docker
brew install --cask docker
Uninstalling the app from Brew, and then installing the Apple Silicon .dmg from Docker's website didn't work.
Removing the app's files and then reinstalling via step #2 or #3 didn't work:
rm -rf ~/.docker
rm -rf ~/Library/Saved Application State/com.electron.docker-frontend.savedState
rm -rf ~/Library/Preferences/com.electron.docker-frontend.plist
rm -rf ~/Library/Preferences/com.docker.docker.plist
rm -rf ~/Library/Group\ Containers/group.com.docker/
rm -rf ~/Library/Cookies/com.docker.docker.binarycookies
rm -rf ~/Library/Caches/com.docker.docker
rm -rf ~/Library/Application\ Support/Docker\ Desktop/
- Restarting my Mac doesn't work.
- Restarting the Docker app doesn't work.
- Killing all Docker processes with the Activity Monitor doesn't work.
- Deleting the app from
/Applicationsand then reinstalling it doesn't work.
Upon further inspection, I've been getting the following error:
~ docker ps
Error response from daemon: dial unix /Users/daniel/Library/Containers/com.docker.docker/Data/docker.raw.sock: connect: no such file or directory
This error has stayed the same no matter what I've tried. I'm completely baffled.
Environment
- macOS Monterey 12.4
- Mac mini (M1, 2020)
- Chip: Apple M1
- Memory: 16GB
