Skip to content

Commit

Permalink
Merge pull request #20899 from QWERTIOX/patch-1
Browse files Browse the repository at this point in the history
add removing from apt as part of uninstalling
  • Loading branch information
dvdksn authored Sep 16, 2024
2 parents 087e9cc + 5f588af commit 469a4cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/manuals/engine/install/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,13 @@ To upgrade Docker Engine, download the newer package files and repeat the
$ sudo rm -rf /var/lib/containerd
```

3. Remove source list and keyrings

```console
$ sudo rm /etc/apt/sources.list.d/docker.list
$ sudo rm /etc/apt/keyrings/docker.asc
```

You have to delete any edited configuration files manually.

## Next steps
Expand Down

0 comments on commit 469a4cd

Please sign in to comment.