2
2
title : 容器运行环境(Container Runtime)
3
3
id : container-runtime
4
4
date : 2019-06-05
5
- full_link : /docs/reference/generated /container-runtime
5
+ full_link : /docs/setup/production-environment /container-runtimes
6
6
short_description : >
7
7
容器运行环境是负责运行容器的软件。
8
8
16
16
title: Container Runtime
17
17
id: container-runtime
18
18
date: 2019-06-05
19
- full_link: /docs/reference/generated /container-runtime
19
+ full_link: /docs/setup/production-environment /container-runtimes
20
20
short_description: >
21
21
The container runtime is the software that is responsible for running containers.
22
22
@@ -35,11 +35,11 @@ The container runtime is the software that is responsible for running containers
35
35
<!-- more-->
36
36
37
37
<!--
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).
42
42
-->
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