Skip to content

Commit b2c3d0d

Browse files
uninstall: vmnetd and socket can remain on disk before 4.37 (#21909)
ref: ART-68 <!--Delete sections as needed --> ## Description Inform users that before `4.37` versions, the uninstaller could leave 2 files on MacOS: `vmnetd` and `socket` in the `/Library/PrivilegedHelperTools` folder. ## Related issues or tickets ART-68 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [X] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Allie Sadler <[email protected]>
1 parent 5e631cd commit b2c3d0d

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+
With Docker Desktop version 4.36 and earlier, the following files can also be left on the file system. You can remove these 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)