Skip to content

Commit 9fadfea

Browse files
authored
Merge pull request #21772 from docker/published-update
publish updates from main
2 parents 7b172f3 + 7f3ec62 commit 9fadfea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/desktop/cert-revoke-solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If possible, update directly through the app. If not, and you’re still seeing
3030
$ sudo rm /Library/PrivilegedHelperTools/com.docker.vmnetd || true
3131
$ sudo rm /Library/PrivilegedHelperTools/com.docker.socket || true
3232
33-
$ ps aux | grep docker | awk '{print $2}' | sudo xargs kill -9 2>/dev/null
33+
$ ps aux | grep -i docker | awk '{print $2}' | sudo xargs kill -9 2>/dev/null
3434
```
3535

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

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

0 commit comments

Comments
 (0)