mirror of https://github.com/docker/docs.git
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:
parent
5e631cd00f
commit
b2c3d0da6e
|
@ -7,3 +7,4 @@ resources
|
||||||
public
|
public
|
||||||
tmp
|
tmp
|
||||||
static/pagefind
|
static/pagefind
|
||||||
|
.idea/
|
||||||
|
|
|
@ -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 >}}
|
||||||
|
|
Loading…
Reference in New Issue