Skip to content

Commit 105d677

Browse files
committed
engine/install: fix indentation in debian, raspberry-pi-os
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e4986c8 commit 105d677

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

content/manuals/engine/install/debian.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -250,26 +250,26 @@ To upgrade Docker Engine, download the newer package files and repeat the
250250

251251
## Uninstall Docker Engine
252252

253-
1. Uninstall the Docker Engine, CLI, containerd, and Docker Compose packages:
253+
1. Uninstall the Docker Engine, CLI, containerd, and Docker Compose packages:
254254

255-
```console
256-
$ sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
257-
```
255+
```console
256+
$ sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
257+
```
258258

259-
2. Images, containers, volumes, or custom configuration files on your host
260-
aren't automatically removed. To delete all images, containers, and volumes:
259+
2. Images, containers, volumes, or custom configuration files on your host
260+
aren't automatically removed. To delete all images, containers, and volumes:
261261

262-
```console
263-
$ sudo rm -rf /var/lib/docker
264-
$ sudo rm -rf /var/lib/containerd
265-
```
262+
```console
263+
$ sudo rm -rf /var/lib/docker
264+
$ sudo rm -rf /var/lib/containerd
265+
```
266266

267-
3. Remove source list and keyrings
267+
3. Remove source list and keyrings
268268

269-
```console
270-
$ sudo rm /etc/apt/sources.list.d/docker.list
271-
$ sudo rm /etc/apt/keyrings/docker.asc
272-
```
269+
```console
270+
$ sudo rm /etc/apt/sources.list.d/docker.list
271+
$ sudo rm /etc/apt/keyrings/docker.asc
272+
```
273273

274274
You have to delete any edited configuration files manually.
275275

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -238,19 +238,19 @@ To upgrade Docker Engine, download the newer package files and repeat the
238238

239239
## Uninstall Docker Engine
240240

241-
1. Uninstall the Docker Engine, CLI, containerd, and Docker Compose packages:
241+
1. Uninstall the Docker Engine, CLI, containerd, and Docker Compose packages:
242242

243-
```console
244-
$ sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
245-
```
243+
```console
244+
$ sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
245+
```
246246

247-
2. Images, containers, volumes, or custom configuration files on your host
248-
aren't automatically removed. To delete all images, containers, and volumes:
247+
2. Images, containers, volumes, or custom configuration files on your host
248+
aren't automatically removed. To delete all images, containers, and volumes:
249249

250-
```console
251-
$ sudo rm -rf /var/lib/docker
252-
$ sudo rm -rf /var/lib/containerd
253-
```
250+
```console
251+
$ sudo rm -rf /var/lib/docker
252+
$ sudo rm -rf /var/lib/containerd
253+
```
254254

255255
You have to delete any edited configuration files manually.
256256

0 commit comments

Comments
 (0)