Skip to content

Commit e9f0822

Browse files
authored
Merge pull request #24494 from howieyuen/zh-pod-link
[zh] correct broken link and sync from EN version
2 parents 5857387 + 80faf76 commit e9f0822

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 容器运行环境(Container Runtime)
33
id: container-runtime
44
date: 2019-06-05
5-
full_link: /docs/reference/generated/container-runtime
5+
full_link: /docs/setup/production-environment/container-runtimes
66
short_description: >
77
容器运行环境是负责运行容器的软件。
88
@@ -16,7 +16,7 @@ tags:
1616
title: Container Runtime
1717
id: container-runtime
1818
date: 2019-06-05
19-
full_link: /docs/reference/generated/container-runtime
19+
full_link: /docs/setup/production-environment/container-runtimes
2020
short_description: >
2121
The container runtime is the software that is responsible for running containers.
2222
@@ -35,11 +35,11 @@ The container runtime is the software that is responsible for running containers
3535
<!--more-->
3636

3737
<!--
38-
Kubernetes supports several container runtimes: [Docker](http://www.docker.com),
39-
[containerd](https://containerd.io), [cri-o](https://cri-o.io/),
40-
[rktlet](https://github.com/kubernetes-incubator/rktlet) and any implementation of
41-
the [Kubernetes CRI (Container Runtime Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md).
38+
Kubernetes supports several container runtimes: {{< glossary_tooltip term_id="docker">}},
39+
{{< glossary_tooltip term_id="containerd" >}}, {{< glossary_tooltip term_id="cri-o" >}},
40+
and any implementation of the [Kubernetes CRI (Container Runtime
41+
Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md).
4242
-->
43-
Kubernetes 支持多个容器运行环境: [Docker](http://www.docker.com)
44-
[containerd](https://containerd.io)[cri-o](https://cri-o.io/)
45-
[rktlet](https://github.com/kubernetes-incubator/rktlet) 以及任何实现 [Kubernetes CRI (容器运行环境接口)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)
43+
Kubernetes 支持多个容器运行环境: {{< glossary_tooltip term_id="docker">}}
44+
{{< 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)

0 commit comments

Comments
 (0)