Docker fix
This commit is contained in:
parent
7b0b402a76
commit
2921e5edf3
8
scripts/fix-docker-malware-warning
Executable file
8
scripts/fix-docker-malware-warning
Executable 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
|
Loading…
x
Reference in New Issue
Block a user