Skip to content

Commit 992b90d

Browse files
committed
unisntall: vmnetd and socket can remain on disk before 4.37
ref: ART-68
1 parent 7fea254 commit 992b90d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ resources
77
public
88
tmp
99
static/pagefind
10+
.idea/

content/manuals/desktop/uninstall.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ $ rm -rf ~/Library/Group\ Containers/group.com.docker
8080
$ rm -rf ~/.docker
8181
```
8282

83+
Before Docker Desktop version `4.37` (excluded), the following files can also be left on the file system (which you can remove with administrative privileges):
84+
85+
```console
86+
/Library/PrivilegedHelperTools/com.docker.vmnetd
87+
/Library/PrivilegedHelperTools/com.docker.socket
88+
```
89+
8390
You can also move the Docker application to the trash.
8491

8592
{{< /tab >}}

0 commit comments

Comments
 (0)