Skip to content

Commit a2bf864

Browse files
miteshskjChris NegusTim Bannister
authored
Adding dockershim to glossary. (#32950)
* Adding dockershim to glossary. * updated dockershim faq url. Co-authored-by: Chris Negus <[email protected]> * Update content/en/docs/reference/glossary/dockershim.md Co-authored-by: Tim Bannister <[email protected]> * Update content/en/docs/reference/glossary/dockershim.md Co-authored-by: Tim Bannister <[email protected]> * Update content/en/docs/reference/glossary/dockershim.md Co-authored-by: Tim Bannister <[email protected]> * Changes to accomodate review comments. Co-authored-by: Chris Negus <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
1 parent 6d9dea7 commit a2bf864

File tree

1 file changed

+18
-0
lines changed

1 file changed

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

Comments
 (0)