Merge pull request #22004 from makocchi-git/en/container_runtime

Fix broken code style in docs/setup/production-environment/container-runtimes.md
pull/22017/head
Kubernetes Prow Robot 2020-06-23 10:18:38 -07:00 committed by GitHub
commit 8e2c2040a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -374,16 +374,19 @@ systemctl restart containerd
## Set up the repository
### Install required packages
yum install -y yum-utils device-mapper-persistent-data lvm2
```
```shell
## Add docker repository
yum-config-manager \
--add-repo \
https://download.docker.com/linux/centos/docker-ce.repo
```
```shell
## Install containerd
yum update -y && yum install -y containerd.io
```
```shell
## Configure containerd