You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/desktop/uninstall.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,20 +187,18 @@ To uninstall Docker Desktop for Arch:
187
187
1. Remove the Docker Desktop application. Run:
188
188
189
189
```console
190
-
$ sudo pacman remove docker-desktop
190
+
$ sudo pacman -Rns docker-desktop
191
191
```
192
192
193
-
This removes the Docker Desktop package itself but doesn’t delete all of its files or settings.
193
+
This removes the Docker Desktop package along with its configuration files and dependencies not required by other packages.
194
194
195
-
2. Manually remove leftover file.
195
+
2. Manually remove leftover files.
196
196
197
197
```console
198
198
$ rm -r $HOME/.docker/desktop
199
-
$ sudo rm /usr/local/bin/com.docker.cli
200
-
$ sudo apt purge docker-desktop
201
199
```
202
200
203
-
This removes configuration and data files at `$HOME/.docker/desktop`, the symlink at `/usr/local/bin/com.docker.cli`, and purges the remaining systemd service files.
201
+
This removes configuration and data files at `$HOME/.docker/desktop`.
204
202
205
203
3. Clean up Docker config settings. In `$HOME/.docker/config.json`, remove the `credsStore` and `currentContext` properties.
0 commit comments