-1.3 C
New York
Tuesday, January 14, 2025

gatekeeper – com.docker.socket was not opened as a result of it incorporates malware


See this weblog put up from Docker and docker/for-mac #7520 on GitHub for added particulars.

Quoting from the GitHub situation:

Docker rotated an previous signing certificates for macOS and this unexpectedly broke customers who presently have Docker Desktop put in.

Answer

The official answer for this drawback is detailed right here:

  1. Launch Terminal (or your most well-liked terminal emulation app).

  2. Kill the Docker course of that can’t begin correctly:

     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
    
  3. Make sure that the malware pop-up is completely closed.

  4. Obtain and set up model 4.37.2.

  5. Launch Docker Desktop. A privileged pop-up message shows after 5 to 10 seconds.

  6. Enter your password.

If the malware pop-up persists after finishing these steps and Docker is in
the Trash, strive emptying the Trash and rerunning the steps.

If for some cause you’ll be able to’t improve to the most recent Docker Desktop (4.37.2, as of this writing), check with the doc linked above for different options.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles