File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
content/zh/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Dockershim
3
+ id : dockershim
4
+ date : 2022-04-15
5
+ full_link : /zh/dockershim
6
+ short_description : >
7
+ dockershim 是 Kubernetes v1.23 及之前版本中的一个组件,Kubernetes 系统组件通过它与 Docker Engine 通信。
8
+
9
+ aka :
10
+ tags :
11
+ - fundamental
12
+ ---
13
+
14
+ <!--
15
+ title: Dockershim
16
+ id: dockershim
17
+ date: 2022-04-15
18
+ full_link: /dockershim
19
+ short_description: >
20
+ A component of Kubernetes v1.23 and earlier, which allows Kubernetes system components to communicate with Docker Engine.
21
+
22
+ aka:
23
+ tags:
24
+ - fundamental
25
+ -->
26
+
27
+ <!--
28
+ The dockershim is a component of Kubernetes version 1.23 and earlier. It allows the kubelet
29
+ to communicate with {{< glossary_tooltip text="Docker Engine" term_id="docker" >}}.
30
+ -->
31
+
32
+ dockershim 是 Kubernetes v1.23 及之前版本中的一个组件。
33
+ Kubernetes 系统组件通过它与 {{< glossary_tooltip text="Docker Engine" term_id="docker" >}} 通信。
34
+
35
+ <!-- more-->
36
+ <!--
37
+ Starting with version 1.24, dockershim has been removed from Kubernetes. For more information, see [Dockershim FAQ](/dockershim).
38
+ -->
39
+ 从 Kubernetes v1.24 开始,dockershim 已从 Kubernetes 中移除.
40
+ 想了解更多信息,可参考[ 移除 Dockershim 的常见问题] ( /zh/dockershim ) 。
You can’t perform that action at this time.
0 commit comments