0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[Mac]com.docker.vmnetd was not opened because it contains malwareというポップアップが出てくる

Posted at

今更感ありますが、他のQiitaの記事のリンクが切れていたりしたので、もしどなたかのお助けになれば。

こちらに書いてあるように、

sudo launchctl bootout system/com.docker.vmnetd 2>/dev/null || true
sudo launchctl bootout system/com.docker.socket 2>/dev/null || true
sudo rm /Library/PrivilegedHelperTools/com.docker.vmnetd || true
sudo rm /Library/PrivilegedHelperTools/com.docker.socket || true
ps aux | grep -i docker | awk '{print $2}' | sudo xargs kill -9 2>/dev/null

これをターミナルに貼りつけて実行します。
そして、ポップアップが出てこなくなったのを確認できたら、

このページの、

Mac with Apple chip (checksum) | Mac with Intel chip (checksum)

の該当する方をインストールしてください。以上です。

ソース:
https://stackoverflow.com/questions/79340672/com-docker-socket-was-not-opened-because-it-contains-malware

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?