Skip to content

Commit

Permalink
Merge pull request #21772 from docker/published-update
Browse files Browse the repository at this point in the history
publish updates from main
  • Loading branch information
aevesdocker authored Jan 9, 2025
2 parents 7b172f3 + 7f3ec62 commit 9fadfea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/manuals/desktop/cert-revoke-solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If possible, update directly through the app. If not, and you’re still seeing
$ sudo rm /Library/PrivilegedHelperTools/com.docker.vmnetd || true
$ sudo rm /Library/PrivilegedHelperTools/com.docker.socket || true
$ ps aux | grep docker | awk '{print $2}' | sudo xargs kill -9 2>/dev/null
$ ps aux | grep -i docker | awk '{print $2}' | sudo xargs kill -9 2>/dev/null
```

2. Make sure the malware pop-up is permanently closed.
Expand Down Expand Up @@ -80,7 +80,7 @@ For versions 4.32 - 4.33, a patch fix is in progress. If you need an immediate s
$ sudo rm /Library/PrivilegedHelperTools/com.docker.vmnetd || true
$ sudo rm /Library/PrivilegedHelperTools/com.docker.socket || true
$ ps aux | grep docker | awk '{print $2}' | sudo xargs kill -9 2>/dev/null
$ ps aux | grep -i docker | awk '{print $2}' | sudo xargs kill -9 2>/dev/null
```

2. Download and install a re-signed installer matching your exact version of Docker Desktop from the [Release notes](/manuals/desktop/release-notes.md).
Expand Down

0 comments on commit 9fadfea

Please sign in to comment.