[zh]Update container-runtime.md

Signed-off-by: xin.li <xin.li@daocloud.io>
pull/32362/head
xin.li 2022-03-19 10:17:05 +08:00
parent ad69ff3f6d
commit 8ef1940c0c
1 changed files with 7 additions and 4 deletions

View File

@ -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)
的其他任何实现。