[zh] Translate glossary dockershim

Signed-off-by: song <tinysong1226@gmail.com>
This commit is contained in:
song
2022-05-23 09:14:59 +08:00
parent 2856c88a05
commit 07d3737b00
@@ -0,0 +1,40 @@
---
title: Dockershim
id: dockershim
date: 2022-04-15
full_link: /zh/dockershim
short_description: >
dockershim 是 Kubernetes v1.23 及之前版本中的一个组件,Kubernetes 系统组件通过它与 Docker Engine 通信。
aka:
tags:
- fundamental
---
<!--
title: Dockershim
id: dockershim
date: 2022-04-15
full_link: /dockershim
short_description: >
A component of Kubernetes v1.23 and earlier, which allows Kubernetes system components to communicate with Docker Engine.
aka:
tags:
- fundamental
-->
<!--
The dockershim is a component of Kubernetes version 1.23 and earlier. It allows the kubelet
to communicate with {{< glossary_tooltip text="Docker Engine" term_id="docker" >}}.
-->
dockershim 是 Kubernetes v1.23 及之前版本中的一个组件。
Kubernetes 系统组件通过它与 {{< glossary_tooltip text="Docker Engine" term_id="docker" >}} 通信。
<!--more-->
<!--
Starting with version 1.24, dockershim has been removed from Kubernetes. For more information, see [Dockershim FAQ](/dockershim).
-->
从 Kubernetes v1.24 开始,dockershim 已从 Kubernetes 中移除.
想了解更多信息,可参考[移除 Dockershim 的常见问题](/zh/dockershim)。