From ca6b074159cca6370187899b833afb408e02731e Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Mon, 27 Mar 2023 10:52:22 +0800 Subject: [PATCH] [zh-cn] sync production-environment/container-runtimes.md Signed-off-by: xin.li --- .../production-environment/container-runtimes.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/content/zh-cn/docs/setup/production-environment/container-runtimes.md b/content/zh-cn/docs/setup/production-environment/container-runtimes.md index d6fd63dd9b60b..aac9f103c3bb9 100644 --- a/content/zh-cn/docs/setup/production-environment/container-runtimes.md +++ b/content/zh-cn/docs/setup/production-environment/container-runtimes.md @@ -327,19 +327,16 @@ v1 版本的容器运行时(CRI)API。早期版本默认为 v1 版本, 本节概述了使用 containerd 作为 CRI 运行时的必要步骤。 -使用以下命令在系统上安装 Containerd: - -按照[开始使用 containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) 的说明进行操作。 -创建有效的配置文件 `config.toml` 后返回此步骤。 +To install containerd on your system, follow the instructions on [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 `config.toml` configuration file. +--> +要在系统上安装 containerd,请按照[开始使用 containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) +的说明进行操作。创建有效的 `config.toml` 配置文件后返回此步骤。 {{< tabs name="找到 config.toml 文件" >}} {{% tab name="Linux" %}}