Skip to content

Commit 2d87e9b

Browse files
mat007aevesdocker
andauthored
Add link to extra manual steps to fix the looping security popup (#21743)
<!--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 --------- Co-authored-by: Allie Sadler <[email protected]>
1 parent 37eddd5 commit 2d87e9b

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Docker Desktop versions older than 6 months from the latest release are not avai
2323

2424
Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next.
2525

26+
> [!WARNING]
27+
>
28+
> If you're experiencing malware detection issues on Mac, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527).
29+
2630
## 4.37.2
2731

2832
{{< release-date date="2025-01-08" >}}
@@ -35,6 +39,12 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
3539

3640
- Prevents a bug that caused Docker Desktop to not update `com.docker.vmnetd` or `com.docker.socket` to newer versions.
3741

42+
### Known issues
43+
44+
#### For Mac
45+
46+
- If you’re seeing a security popup about malware on `com.docker.vmnetd` or `com.docker.socket`, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527).
47+
3848
## 4.37.1
3949

4050
{{< release-date date="2024-12-17" >}}
@@ -52,12 +62,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
5262

5363
#### For Mac
5464

55-
- 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:
56-
1. Quit Docker and kill and related processes using the Activity Monitor.
57-
2. Run: `sudo cp /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools/`.
58-
3. Run: `sudo cp /Applications/Docker.app/Contents/MacOS/com.docker.socket /Library/PrivilegedHelperTools/`.
59-
4. Restart Docker Desktop.
60-
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)
65+
- If you’re seeing a security popup about a malware on `com.docker.vmnetd` or `com.docker.socket`, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527).
6166

6267
## 4.37.0
6368

@@ -99,8 +104,14 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
99104

100105
### Known issues
101106

107+
#### For all platforms
108+
102109
- Kubernetes cluster may not start if **Registry Access Manager** is enabled. As a workaround, add `registry.k8s.io` and `<geo>-docker.pkg.dev` to **Registry Access Management** policies.
103110

111+
#### For Mac
112+
113+
- If you’re seeing a security popup about a malware on `com.docker.vmnetd` or `com.docker.socket`, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527).
114+
104115
### Deprecation
105116

106117
#### For Mac

content/manuals/desktop/setup/install/mac-install.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ This page contains download URLs, information about system requirements, and ins
3131

3232
*For checksums, see [Release notes](/manuals/desktop/release-notes.md).*
3333

34+
> [!WARNING]
35+
>
36+
> If you're experiencing malware detection issues, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527).
37+
3438
## System requirements
3539

3640
{{< tabs >}}

content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ weight: 10
2222

2323
This page contains information on how to diagnose and troubleshoot Docker Desktop, and how to check the logs.
2424

25+
> [!WARNING]
26+
>
27+
> If you're experiencing malware detection issues on Mac, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527).
28+
2529
## Troubleshoot menu
2630

2731
To navigate to **Troubleshoot** either:

0 commit comments

Comments
 (0)