Skip to content

Commit 7e1a59e

Browse files
lorenrhaevesdocker
andauthored
add known issue for macOS (#21733)
<!--Delete sections as needed --> ## Description - Added know issue for Docker Desktop - re-added links for 4.29 and 4.30 ## 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 --------- Signed-off-by: Lorena Rangel <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent fbee068 commit 7e1a59e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
3636
- Fixed an issue that caused the AI Catalog in Docker Hub to be unavailable in Docker Desktop.
3737
- Fixed an issue that caused Docker Desktop to panic with `index out of range [0] with length 0` when using [Enhanced Container Isolation](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md).
3838

39+
### Known issues
40+
41+
#### For Mac
42+
43+
- Docker Desktop for Mac might fail to start with macOS reporting either `com.docker.vmnetd` or `com.docker.socket` is malware. As a workaround, follow the steps below:
44+
1. Quit Docker and kill and related processes using the Activity Monitor.
45+
2. Run: `sudo cp /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools/`.
46+
3. Run: `sudo cp /Applications/Docker.app/Contents/MacOS/com.docker.socket /Library/PrivilegedHelperTools/`.
47+
4. Restart Docker Desktop.
48+
5. If this doesn't work, update to a later version and rerun the steps. See [docker/for-mac#7520](https://github.com/docker/for-mac/issues/7520)
49+
3950
## 4.37.0
4051

4152
{{< release-date date="2024-12-12" >}}
@@ -591,6 +602,8 @@ For more information, see [microsoft/WSL#11794](https://github.com/microsoft/WSL
591602

592603
{{< release-date date="2024-05-06" >}}
593604

605+
{{< desktop-install all=true beta_win_arm=true version="4.30.0" build_path="/149282/" >}}
606+
594607
### New
595608

596609
#### For all platforms
@@ -671,6 +684,8 @@ This can be resolved by adding the user to the **docker-users** group. Before st
671684

672685
{{< release-date date="2024-04-08" >}}
673686

687+
{{< desktop-install all=true beta_win_arm=true version="4.29.0" build_path="/145265/" >}}
688+
674689
### New
675690

676691
- You can now enforce Rosetta usage via [Settings Management](/manuals/security/for-admins/hardened-desktop/settings-management/_index.md).

0 commit comments

Comments
 (0)