Skip to content

Commit d2f0f22

Browse files
authored
Merge pull request #32362 from my-git9/container-runtime
[zh]Update container-runtime.md
2 parents 7847f4e + 8ef1940 commit d2f0f22

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

content/zh/docs/reference/glossary/container-runtime.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ tags:
3535
<!--more-->
3636

3737
<!--
38-
Kubernetes supports several container runtimes: {{< glossary_tooltip term_id="docker">}},
38+
Kubernetes supports container runtimes such sa
39+
{{< glossary_tooltip term_id="docker">}},
3940
{{< glossary_tooltip term_id="containerd" >}}, {{< glossary_tooltip term_id="cri-o" >}},
40-
and any implementation of the [Kubernetes CRI (Container Runtime
41+
and any other implementation of the [Kubernetes CRI (Container Runtime
4142
Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md).
4243
-->
43-
Kubernetes 支持多个容器运行环境: {{< glossary_tooltip term_id="docker">}}、
44+
Kubernetes 支持容器运行时,例如
45+
{{< glossary_tooltip term_id="docker">}}、
4446
{{< glossary_tooltip term_id="containerd" >}}、{{< glossary_tooltip term_id="cri-o" >}}
45-
以及任何实现 [Kubernetes CRI (容器运行环境接口)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)
47+
以及 [Kubernetes CRI (容器运行环境接口)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)
48+
的其他任何实现。

0 commit comments

Comments
 (0)