From b2c3d0da6e97f80577a36a9586733f3cb5c7e9ea Mon Sep 17 00:00:00 2001 From: Jean-Philippe Briend Date: Wed, 5 Feb 2025 15:12:39 +0100 Subject: [PATCH] uninstall: vmnetd and socket can remain on disk before 4.37 (#21909) ref: ART-68 ## 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 - [X] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> --- .gitignore | 1 + content/manuals/desktop/uninstall.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 76d3b8dadb..72f9013761 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ resources public tmp static/pagefind +.idea/ diff --git a/content/manuals/desktop/uninstall.md b/content/manuals/desktop/uninstall.md index 0cc7bf70ca..a33e0212e8 100644 --- a/content/manuals/desktop/uninstall.md +++ b/content/manuals/desktop/uninstall.md @@ -80,6 +80,13 @@ $ rm -rf ~/Library/Group\ Containers/group.com.docker $ rm -rf ~/.docker ``` +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: + +```console +/Library/PrivilegedHelperTools/com.docker.vmnetd +/Library/PrivilegedHelperTools/com.docker.socket +``` + You can also move the Docker application to the trash. {{< /tab >}}