fix broken code style
This commit is contained in:
@@ -374,16 +374,19 @@ systemctl restart containerd
|
|||||||
## Set up the repository
|
## Set up the repository
|
||||||
### Install required packages
|
### Install required packages
|
||||||
yum install -y yum-utils device-mapper-persistent-data lvm2
|
yum install -y yum-utils device-mapper-persistent-data lvm2
|
||||||
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
## Add docker repository
|
## Add docker repository
|
||||||
yum-config-manager \
|
yum-config-manager \
|
||||||
--add-repo \
|
--add-repo \
|
||||||
https://download.docker.com/linux/centos/docker-ce.repo
|
https://download.docker.com/linux/centos/docker-ce.repo
|
||||||
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
## Install containerd
|
## Install containerd
|
||||||
yum update -y && yum install -y containerd.io
|
yum update -y && yum install -y containerd.io
|
||||||
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
## Configure containerd
|
## Configure containerd
|
||||||
|
|||||||
Reference in New Issue
Block a user