mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Fedora uninstall fix (#23233)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
This commit is contained in:
@@ -170,7 +170,7 @@ To uninstall Docker Desktop for Fedora:
|
||||
```console
|
||||
$ rm -r $HOME/.docker/desktop
|
||||
$ sudo rm /usr/local/bin/com.docker.cli
|
||||
$ sudo apt purge docker-desktop
|
||||
$ sudo dnf remove docker-desktop
|
||||
```
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user