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 <102604716+aevesdocker@users.noreply.github.com>
This commit is contained in:
Mathieu Champlon 2025-01-09 11:10:43 +01:00 committed by GitHub
parent 37eddd5e5c
commit 2d87e9b9bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 25 additions and 6 deletions

View File

@ -23,6 +23,10 @@ Docker Desktop versions older than 6 months from the latest release are not avai
Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next. Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next.
> [!WARNING]
>
> 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).
## 4.37.2 ## 4.37.2
{{< release-date date="2025-01-08" >}} {{< release-date date="2025-01-08" >}}
@ -35,6 +39,12 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
- Prevents a bug that caused Docker Desktop to not update `com.docker.vmnetd` or `com.docker.socket` to newer versions. - Prevents a bug that caused Docker Desktop to not update `com.docker.vmnetd` or `com.docker.socket` to newer versions.
### Known issues
#### For Mac
- If youre 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).
## 4.37.1 ## 4.37.1
{{< release-date date="2024-12-17" >}} {{< release-date date="2024-12-17" >}}
@ -52,12 +62,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
#### For Mac #### For Mac
- 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: - If youre 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).
1. Quit Docker and kill and related processes using the Activity Monitor.
2. Run: `sudo cp /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools/`.
3. Run: `sudo cp /Applications/Docker.app/Contents/MacOS/com.docker.socket /Library/PrivilegedHelperTools/`.
4. Restart Docker Desktop.
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)
## 4.37.0 ## 4.37.0
@ -99,8 +104,14 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
### Known issues ### Known issues
#### For all platforms
- 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. - 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.
#### For Mac
- If youre 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).
### Deprecation ### Deprecation
#### For Mac #### For Mac

View File

@ -31,6 +31,10 @@ This page contains download URLs, information about system requirements, and ins
*For checksums, see [Release notes](/manuals/desktop/release-notes.md).* *For checksums, see [Release notes](/manuals/desktop/release-notes.md).*
> [!WARNING]
>
> If you're experiencing malware detection issues, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527).
## System requirements ## System requirements
{{< tabs >}} {{< tabs >}}

View File

@ -22,6 +22,10 @@ weight: 10
This page contains information on how to diagnose and troubleshoot Docker Desktop, and how to check the logs. This page contains information on how to diagnose and troubleshoot Docker Desktop, and how to check the logs.
> [!WARNING]
>
> 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).
## Troubleshoot menu ## Troubleshoot menu
To navigate to **Troubleshoot** either: To navigate to **Troubleshoot** either: