Skip to content

Commit d46a8cc

Browse files
author
zhuzhenghao
committed
sync container-runtime with en page
1 parent e3497e6 commit d46a8cc

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

content/zh-cn/docs/setup/production-environment/container-runtimes.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ v1.24 之前的 Kubernetes 版本直接集成了 Docker Engine 的一个组件
6161

6262
<!--
6363
You can read
64-
[Check whether Dockershim deprecation affects you](/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you/)
65-
to understand how this removal might
66-
affect you. To learn about migrating from using dockershim, see
64+
[Check whether Dockershim removal affects you](/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal-affects-you/)
65+
to understand how this removal might affect you. To learn about migrating from using dockershim, see
6766
[Migrating from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/).
6867
-->
6968
你可以阅读[检查 Dockershim 移除是否会影响你](/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal-affects-you/)以了解此删除可能会如何影响你。
@@ -329,19 +328,23 @@ Use the following commands to install Containerd on your system:
329328
使用以下命令在系统上安装 Containerd:
330329

331330
<!--
332-
Follow the instructions for [getting started with containerd](https://github.com/containerd/containerd/blob/main/docs getting-started.md). Return to this step once you've created a valid configuration file, `config.toml`.
331+
Follow the instructions for [getting started with containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md). Return to this step once you've created a valid configuration file, `config.toml`.
333332
-->
334333

335334
按照[开始使用 containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) 的说明进行操作。
336335
创建有效的配置文件 `config.toml` 后返回此步骤。
337336

338337
{{< tabs name="找到 config.toml 文件" >}}
339338
{{% tab name="Linux" %}}
340-
<!-- You can find this file under the path `/etc/containerd/config.toml`. -->
339+
<!--
340+
You can find this file under the path `/etc/containerd/config.toml`.
341+
-->
341342
你可以在路径 `/etc/containerd/config.toml` 下找到此文件。
342343
{{% /tab %}}
343344
{{% tab name="Windows" %}}
344-
<!-- You can find this file under the path `C:\Program Files\containerd\config.toml`. -->
345+
<!--
346+
You can find this file under the path `C:\Program Files\containerd\config.toml`.
347+
-->
345348
你可以在路径 `C:\Program Files\containerd\config.toml` 下找到此文件。
346349
{{% /tab %}}
347350
{{< /tabs >}}

0 commit comments

Comments
 (0)