You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/desktop/release-notes.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@ Docker Desktop versions older than 6 months from the latest release are not avai
23
23
24
24
Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next.
25
25
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
+
26
30
## 4.37.2
27
31
28
32
{{< release-date date="2025-01-08" >}}
@@ -35,6 +39,12 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
35
39
36
40
- Prevents a bug that caused Docker Desktop to not update `com.docker.vmnetd` or `com.docker.socket` to newer versions.
37
41
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
+
38
48
## 4.37.1
39
49
40
50
{{< release-date date="2024-12-17" >}}
@@ -52,12 +62,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
52
62
53
63
#### For Mac
54
64
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.
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).
61
66
62
67
## 4.37.0
63
68
@@ -99,8 +104,14 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
99
104
100
105
### Known issues
101
106
107
+
#### For all platforms
108
+
102
109
- 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.
103
110
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).
Copy file name to clipboardExpand all lines: content/manuals/desktop/setup/install/mac-install.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ This page contains download URLs, information about system requirements, and ins
31
31
32
32
*For checksums, see [Release notes](/manuals/desktop/release-notes.md).*
33
33
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).
Copy file name to clipboardExpand all lines: content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ weight: 10
22
22
23
23
This page contains information on how to diagnose and troubleshoot Docker Desktop, and how to check the logs.
24
24
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).
0 commit comments