We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fef0e2 + 06a4d1b commit 8e2c204Copy full SHA for 8e2c204
content/en/docs/setup/production-environment/container-runtimes.md
@@ -374,16 +374,19 @@ systemctl restart containerd
374
## Set up the repository
375
### Install required packages
376
yum install -y yum-utils device-mapper-persistent-data lvm2
377
+```
378
379
```shell
380
## Add docker repository
381
yum-config-manager \
382
--add-repo \
383
https://download.docker.com/linux/centos/docker-ce.repo
384
385
386
387
## Install containerd
388
yum update -y && yum install -y containerd.io
389
390
391
392
## Configure containerd
0 commit comments