by mfru on 3/19/25, 9:36 PM with 3 comments
by Refalm on 3/19/25, 10:30 PM
```
brew remove docker
brew remove docker-compose
brew remove docker-completion
brew remove docker-buildx
brew remove --cask docker
brew install --cask docker --force
sudo pkill '[dD]ocker'
sudo launchctl bootout system /Library/LaunchDaemons/com.docker.vmnetd.plist
sudo launchctl bootout system /Library/LaunchDaemons/com.docker.socket.plist
sudo rm -f /Library/PrivilegedHelperTools/com.docker.vmnetd
sudo rm -f /Library/PrivilegedHelperTools/com.docker.socket
sudo cp /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools/
sudo cp /Applications/Docker.app/Contents/MacOS/com.docker.socket /Library/PrivilegedHelperTools/
```
by lbourdages on 3/19/25, 10:34 PM
I thought it referred to a repeat incident, but no, it's the same one that has long been fixed.
by randomNumber7 on 3/19/25, 9:46 PM