add removing from apt as part of uninstalling

This commit is contained in:
QWERTIOX 2024-09-15 21:33:13 +02:00 committed by GitHub
parent e4a51df9af
commit 5f588af816
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