From b99735016883125e7e8335a4010cada94cba156a Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Thu, 9 Jan 2025 09:56:34 +0100 Subject: [PATCH 1/6] Add link to extra manual steps to fix the looping security popup --- content/manuals/desktop/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index f1c452e14179..755b011ca25b 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -35,6 +35,10 @@ 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. +### Known issues + +- If you’re seeing a security popup about a malware on `com.docker.vmnetd` or `com.docker.socket` you need to follow extra steps as documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527). + ## 4.37.1 {{< release-date date="2024-12-17" >}} From fff4ce224e7c1298d2779a958d021b42a1887ace Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:01:44 +0000 Subject: [PATCH 2/6] Update content/manuals/desktop/release-notes.md --- content/manuals/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 755b011ca25b..29614d9beb41 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -37,7 +37,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec ### Known issues -- If you’re seeing a security popup about a malware on `com.docker.vmnetd` or `com.docker.socket` you need to follow extra steps as documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527). +- 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). ## 4.37.1 From c455052356652ba2dc0fd638e57f0e14d6e4b896 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:03:28 +0000 Subject: [PATCH 3/6] Add 'For Mac' header --- content/manuals/desktop/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 29614d9beb41..29a20fa659eb 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -37,6 +37,8 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec ### Known issues +#### For Mac + - 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). ## 4.37.1 From e0ab10091a820c13a9c747a129565694b387b7f6 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Thu, 9 Jan 2025 11:02:55 +0100 Subject: [PATCH 4/6] More mentions of the malware security popup --- content/manuals/desktop/release-notes.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 29a20fa659eb..f885da99205c 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -23,6 +23,8 @@ 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. +> 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 {{< release-date date="2025-01-08" >}} @@ -58,12 +60,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec #### 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: - 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) +- 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). ## 4.37.0 @@ -105,8 +102,14 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec ### Known issues +#### For all platforms + - Kubernetes cluster may not start if **Registry Access Manager** is enabled. As a workaround, add `registry.k8s.io` and `-docker.pkg.dev` to **Registry Access Management** policies. +#### For Mac + +- 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). + ### Deprecation #### For Mac From 386c8ab9e4aac9a7ecd7f674be06de9e2bfad833 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Thu, 9 Jan 2025 11:05:39 +0100 Subject: [PATCH 5/6] Mention of the malware security popup in download and troubleshoot --- content/manuals/desktop/setup/install/mac-install.md | 2 ++ .../desktop/troubleshoot-and-support/troubleshoot/_index.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/manuals/desktop/setup/install/mac-install.md b/content/manuals/desktop/setup/install/mac-install.md index 815f0672a075..b80624634174 100644 --- a/content/manuals/desktop/setup/install/mac-install.md +++ b/content/manuals/desktop/setup/install/mac-install.md @@ -31,6 +31,8 @@ This page contains download URLs, information about system requirements, and ins *For checksums, see [Release notes](/manuals/desktop/release-notes.md).* +> 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 {{< tabs >}} diff --git a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md index 6ef3148e36b2..aa1d4aee8b1f 100644 --- a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md +++ b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md @@ -22,6 +22,8 @@ weight: 10 This page contains information on how to diagnose and troubleshoot Docker Desktop, and how to check the logs. +> 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 To navigate to **Troubleshoot** either: From e57ea7ae9b16745726189e15868d77362cc98ed7 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:07:46 +0000 Subject: [PATCH 6/6] Apply suggestions from code review --- content/manuals/desktop/release-notes.md | 2 ++ content/manuals/desktop/setup/install/mac-install.md | 2 ++ .../desktop/troubleshoot-and-support/troubleshoot/_index.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index f885da99205c..5b49742ae158 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -23,6 +23,8 @@ 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. +> [!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 diff --git a/content/manuals/desktop/setup/install/mac-install.md b/content/manuals/desktop/setup/install/mac-install.md index b80624634174..6228a93becc7 100644 --- a/content/manuals/desktop/setup/install/mac-install.md +++ b/content/manuals/desktop/setup/install/mac-install.md @@ -31,6 +31,8 @@ This page contains download URLs, information about system requirements, and ins *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 diff --git a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md index aa1d4aee8b1f..90d5481efc17 100644 --- a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md +++ b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md @@ -22,6 +22,8 @@ weight: 10 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