Skip to content

Commit f2a2acc

Browse files
authored
ENGDOCS-2372 follow up (#21774)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent ed294ee commit f2a2acc

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

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

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If possible, update directly through the app. If not, and you’re still seeing
4343

4444
You should now see the Docker Desktop Dashboard.
4545

46-
### Install a patch if you have version 4.34 - 4.36
46+
### Install a patch if you have version 4.32 - 4.36
4747

4848
If you can’t upgrade to the latest version and you’re seeing the malware pop-up, follow the steps below:
4949

@@ -68,36 +68,6 @@ If you can’t upgrade to the latest version and you’re seeing the malware pop
6868

6969
You should now see the Docker Desktop Dashboard.
7070

71-
### Wait for a patch for versions 4.32 - 4.33
72-
73-
For versions 4.32 - 4.33, a patch fix is in progress. If you need an immediate solution, you can use the following workaround:
74-
75-
1. Kill the Docker process that cannot start properly:
76-
```console
77-
$ sudo launchctl bootout system/com.docker.vmnetd 2>/dev/null || true
78-
$ sudo launchctl bootout system/com.docker.socket 2>/dev/null || true
79-
80-
$ sudo rm /Library/PrivilegedHelperTools/com.docker.vmnetd || true
81-
$ sudo rm /Library/PrivilegedHelperTools/com.docker.socket || true
82-
83-
$ ps aux | grep -i docker | awk '{print $2}' | sudo xargs kill -9 2>/dev/null
84-
```
85-
86-
2. Download and install a re-signed installer matching your exact version of Docker Desktop from the [Release notes](/manuals/desktop/release-notes.md).
87-
88-
3. Install new binaries:
89-
90-
```console
91-
$ sudo cp /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools/
92-
$ sudo cp /Applications/Docker.app/Contents/MacOS/com.docker.socket /Library/PrivilegedHelperTools/
93-
```
94-
95-
4. Launch Docker Desktop. A privileged pop-up message displays after 5 to 10 seconds.
96-
97-
5. Enter your password.
98-
99-
You should now see the Docker Desktop Dashboard.
100-
10171
## MDM script
10272

10373
If you are an IT administrator, you can use the following script as a workaround for your developers if they have a re-signed version of Docker Desktop version 4.35 or later.

0 commit comments

Comments
 (0)