[zh]Update content/zh/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md

[zh]Update 7
This commit is contained in:
wei.wang
2022-05-26 01:12:02 +08:00
parent 6f0ebe94e2
commit 59864eb1c6
2 changed files with 3 additions and 3 deletions
@@ -81,11 +81,11 @@ for detailed steps to install containerd.
1. Install the `containerd.io` package from the official Docker repositories. 1. Install the `containerd.io` package from the official Docker repositories.
Instructions for setting up the Docker repository for your respective Linux distribution and Instructions for setting up the Docker repository for your respective Linux distribution and
installing the `containerd.io` package can be found at installing the `containerd.io` package can be found at
[Install Docker Engine](https://docs.docker.com/engine/install/#server). [Getting started with containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md).
--> -->
1. 从官方的 Docker 仓库安装 `containerd.io` 包。关于为你所使用的 Linux 发行版来设置 1. 从官方的 Docker 仓库安装 `containerd.io` 包。关于为你所使用的 Linux 发行版来设置
Docker 仓库,以及安装 `containerd.io` 包的详细说明,可参见 Docker 仓库,以及安装 `containerd.io` 包的详细说明,可参见
[Install Docker Engine](https://docs.docker.com/engine/install/#server)。 [开始使用 containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md)。
<!-- <!--
1. Configure containerd: 1. Configure containerd:
@@ -242,7 +242,7 @@ file for a Pod that has one Container:
<!-- <!--
In the configuration file, you can see that the Pod has a In the configuration file, you can see that the Pod has a
[`downwardAPI` volume](/concepts/storage/volumes/#downwardapi), [`downwardAPI` volume](/docs/concepts/storage/volumes/#downwardapi),
and the Container mounts the volume at `/etc/podinfo`. and the Container mounts the volume at `/etc/podinfo`.
Look at the `items` array under `downwardAPI`. Each element of the array is a Look at the `items` array under `downwardAPI`. Each element of the array is a