From 06a4d1b7dbe2d4b097b416cacf093d6c6169732b Mon Sep 17 00:00:00 2001 From: makocchi-git Date: Tue, 23 Jun 2020 12:23:44 +0900 Subject: [PATCH] fix broken code style --- .../en/docs/setup/production-environment/container-runtimes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index 575ac4ba5e..77e7bb577a 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -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