Skip to content

Commit 5a9eb97

Browse files
authored
Apply suggestions from code review
1 parent b2b3a3e commit 5a9eb97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/manuals/desktop/uninstall.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ You can also uninstall Docker Desktop from the CLI. Run:
6363
$ /Applications/Docker.app/Contents/MacOS/uninstall
6464
```
6565

66-
You may encounter the below error when uninstalling Docker Desktop using uninstall command.
66+
You may encounter the following error when uninstalling Docker Desktop using the uninstall command.
6767
```console
6868
$ /Applications/Docker.app/Contents/MacOS/uninstall
6969
Password:
7070
Uninstalling Docker Desktop...
7171
Error: unlinkat /Users/<USER_HOME>/Library/Containers/com.docker.docker/.com.apple.containermanagerd.metadata.plist: operation not permitted
7272
```
73-
The operation not permitted error is reported either on the file `.com.apple.containermanagerd.metadata.plist` or on the parent directory `/Users/<USER_HOME>/Library/Containers/com.docker.docker/`. This error can be ignored. Docker Desktop uninstall at this point has completed successfully.
74-
You can remove the directory `/Users/<USER_HOME>/Library/Containers/com.docker.docker/` later by allowing "Full Disk Access" to the terminal application you are using (System Settings --> Privacy & Security --> Full Disk Access").
73+
The operation not permitted error is reported either on the file `.com.apple.containermanagerd.metadata.plist` or on the parent directory `/Users/<USER_HOME>/Library/Containers/com.docker.docker/`. This error can be ignored as you have successfully uninstalled Docker Desktop.
74+
You can remove the directory `/Users/<USER_HOME>/Library/Containers/com.docker.docker/` later by allowing **Full Disk Access** to the terminal application you are using (**System Settings** > **Privacy & Security** > **Full Disk Access**).
7575

7676

7777
After uninstalling Docker Desktop, there may be some residual files left behind which you can remove:

0 commit comments

Comments
 (0)