We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9dea7 commit a2bf864Copy full SHA for a2bf864
content/en/docs/reference/glossary/dockershim.md
@@ -0,0 +1,18 @@
1
+---
2
+title: Dockershim
3
+id: dockershim
4
+date: 2022-04-15
5
+full_link: /dockershim
6
+short_description: >
7
+ A component of Kubernetes v1.23 and earlier, which allows Kubernetes system components to communicate with Docker Engine.
8
+
9
+aka:
10
+tags:
11
+- fundamental
12
13
+The dockershim is a component of Kubernetes version 1.23 and earlier. It allows the kubelet
14
+to communicate with {{< glossary_tooltip text="Docker Engine" term_id="docker" >}}.
15
16
+<!--more-->
17
18
+Starting with version 1.24, dockershim has been removed from Kubernetes. For more information, see [Dockershim FAQ](/dockershim).
0 commit comments