mirror of https://github.com/docker/docs.git
add removing from apt as part of uninstalling
This commit is contained in:
parent
e4a51df9af
commit
5f588af816
|
@ -264,6 +264,13 @@ To upgrade Docker Engine, download the newer package files and repeat the
|
||||||
$ sudo rm -rf /var/lib/containerd
|
$ 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.
|
You have to delete any edited configuration files manually.
|
||||||
|
|
||||||
## Next steps
|
## Next steps
|
||||||
|
|
Loading…
Reference in New Issue