Skip to content

Commit 262db08

Browse files
authored
Merge pull request #33944 from kinzhi/kinzhi125
[zh]Update content/zh/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md
2 parents 71de6f8 + 59864eb commit 262db08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ for detailed steps to install containerd.
8181
1. Install the `containerd.io` package from the official Docker repositories.
8282
Instructions for setting up the Docker repository for your respective Linux distribution and
8383
installing the `containerd.io` package can be found at
84-
[Install Docker Engine](https://docs.docker.com/engine/install/#server).
84+
[Getting started with containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md).
8585
-->
8686
1. 从官方的 Docker 仓库安装 `containerd.io` 包。关于为你所使用的 Linux 发行版来设置
8787
Docker 仓库,以及安装 `containerd.io` 包的详细说明,可参见
88-
[Install Docker Engine](https://docs.docker.com/engine/install/#server)
88+
[开始使用 containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md)
8989

9090
<!--
9191
1. Configure containerd:

content/zh/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ file for a Pod that has one Container:
242242

243243
<!--
244244
In the configuration file, you can see that the Pod has a
245-
[`downwardAPI` volume](/concepts/storage/volumes/#downwardapi),
245+
[`downwardAPI` volume](/docs/concepts/storage/volumes/#downwardapi),
246246
and the Container mounts the volume at `/etc/podinfo`.
247247
248248
Look at the `items` array under `downwardAPI`. Each element of the array is a

0 commit comments

Comments
 (0)