Skip to content

Commit 29bcc0e

Browse files
committed
engine/install: ubuntu/rpi-os: sync uninstall with debian steps
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 3a4bc11 commit 29bcc0e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

content/manuals/engine/install/raspberry-pi-os.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,13 @@ To upgrade Docker Engine, download the newer package files and repeat the
252252
$ sudo rm -rf /var/lib/containerd
253253
```
254254

255+
3. Remove source list and keyrings
256+
257+
```console
258+
$ sudo rm /etc/apt/sources.list.d/docker.list
259+
$ sudo rm /etc/apt/keyrings/docker.asc
260+
```
261+
255262
You have to delete any edited configuration files manually.
256263

257264
## Next steps

content/manuals/engine/install/ubuntu.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,13 @@ To upgrade Docker Engine, download the newer package files and repeat the
267267
$ sudo rm -rf /var/lib/containerd
268268
```
269269

270+
3. Remove source list and keyrings
271+
272+
```console
273+
$ sudo rm /etc/apt/sources.list.d/docker.list
274+
$ sudo rm /etc/apt/keyrings/docker.asc
275+
```
276+
270277
You have to delete any edited configuration files manually.
271278

272279
## Next steps

0 commit comments

Comments
 (0)