Skip to content

Commit 06a4d1b

Browse files
committed
fix broken code style
1 parent b8f5d72 commit 06a4d1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,16 +374,19 @@ systemctl restart containerd
374374
## Set up the repository
375375
### Install required packages
376376
yum install -y yum-utils device-mapper-persistent-data lvm2
377+
```
377378

378379
```shell
379380
## Add docker repository
380381
yum-config-manager \
381382
--add-repo \
382383
https://download.docker.com/linux/centos/docker-ce.repo
384+
```
383385

384386
```shell
385387
## Install containerd
386388
yum update -y && yum install -y containerd.io
389+
```
387390

388391
```shell
389392
## Configure containerd

0 commit comments

Comments
 (0)