1

Docker fix

This commit is contained in:
Evan Pratten 2025-01-22 13:01:01 -05:00
parent 7b0b402a76
commit 2921e5edf3

View File

@ -0,0 +1,8 @@
#! /bin/bash
set -ex
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/
brew uninstall --cask docker --force || true
brew uninstall --formula docker --force || true
brew install --cask docker