Merge pull request #20899 from QWERTIOX/patch-1

add removing from apt as part of uninstalling
This commit is contained in:
David Karlsson 2024-09-16 10:52:11 +02:00 committed by GitHub
commit 469a4cd4b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -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