Skip to content

Commit 8d3a386

Browse files
authored
Merge pull request #33885 from TinySong/dockershim
[zh] Translate glossary dockershim
2 parents 9afa0d4 + 07d3737 commit 8d3a386

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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)

0 commit comments

Comments
 (0)