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 <102604716+aevesdocker@users.noreply.github.com>
This commit is contained in:
Jean-Philippe Briend 2025-02-05 15:12:39 +01:00 committed by GitHub
parent 5e631cd00f
commit b2c3d0da6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ resources
public public
tmp tmp
static/pagefind static/pagefind
.idea/

View File

@ -80,6 +80,13 @@ $ rm -rf ~/Library/Group\ Containers/group.com.docker
$ rm -rf ~/.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. You can also move the Docker application to the trash.
{{< /tab >}} {{< /tab >}}