Merge pull request #32362 from my-git9/container-runtime

[zh]Update container-runtime.md
This commit is contained in:
Kubernetes Prow Robot
2022-03-18 23:17:08 -07:00
committed by GitHub
@@ -35,11 +35,14 @@ tags:
<!--more-->
<!--
Kubernetes supports several container runtimes: {{< glossary_tooltip term_id="docker">}},
Kubernetes supports container runtimes such sa
{{< glossary_tooltip term_id="docker">}},
{{< glossary_tooltip term_id="containerd" >}}, {{< glossary_tooltip term_id="cri-o" >}},
and any implementation of the [Kubernetes CRI (Container Runtime
and any other implementation of the [Kubernetes CRI (Container Runtime
Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md).
-->
Kubernetes 支持多个容器运行环境: {{< glossary_tooltip term_id="docker">}}、
Kubernetes 支持容器运行时,例如
{{< glossary_tooltip term_id="docker">}}、
{{< glossary_tooltip term_id="containerd" >}}、{{< glossary_tooltip term_id="cri-o" >}}
以及任何实现 [Kubernetes CRI (容器运行环境接口)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)
以及 [Kubernetes CRI (容器运行环境接口)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)
的其他任何实现。