Skip to content

Commit 5f40501

Browse files
lorenrhaevesdocker
andauthored
Apply suggestions from code review
Co-authored-by: Allie Sadler <[email protected]>
1 parent b6ff540 commit 5f40501

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
4141
#### For Mac
4242

4343
- An issue with the updater caused certain binaries (specifically `com.docker.vmnetd` and `com.docker.socket`) to not be updated during the release process. As a result, when signing certificates were rotated, these binaries remained signed with the old certificates. This issue, which manifested after release, may cause macOS to incorrectly report either `com.docker.vmnetd` or `com.docker.socket` as malware on installed versions of Docker Desktop for Mac.
44-
1. Stop the vmnetd service: `sudo launchctl bootout system/com.docker.vmnetd`
44+
45+
To resolve this issue, a fresh installation (uninstall and reinstall) is required. As a workaround, follow the steps below:
46+
1. Stop the `vmnetd` service: `sudo launchctl bootout system/com.docker.vmnetd`
4547
2. Stop the socket service: `sudo launchctl bootout system/com.docker.socket`
4648
3. Remove vmnetd binary: `sudo rm -f /Library/PrivilegedHelperTools/com.docker.vmnetd`
4749
4. Remove socket binary: `sudo rm -f /Library/PrivilegedHelperTools/com.docker.socket`
48-
5. Stop any remaining Docker process: `sudo pkill [dD]ocker`
50+
5. Stop any remaining Docker processes: `sudo pkill [dD]ocker`
4951
6. Install new binaries
5052
```
5153
sudo cp /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools/

0 commit comments

Comments
 (0)