Cloud Native 3 min read

Why Kubernetes Dropped Docker Shim and How to Switch to Containerd

Kubernetes 1.24 removed the Docker shim, prompting users to adopt Containerd, and this article compares Docker and Containerd commands, logs, configuration differences, and CNI networking, highlighting how Containerd interacts directly via CRI and reduces bugs.

MaGe Linux Operations
MaGe Linux Operations
MaGe Linux Operations
Why Kubernetes Dropped Docker Shim and How to Switch to Containerd

Kubernetes deprecated and removed the Docker shim in version 1.24, meaning Docker runtime is no longer supported from that version onward. Most users choose Containerd as the Kubernetes runtime.

docker‑ce is built on top of Containerd.

When using Containerd, kubelet interacts directly with the container runtime through the Container Runtime Interface (CRI) without needing the Docker shim, reducing an extra layer of calls and many bugs.

Below we discuss the differences between using Docker and Containerd.

Common Docker and Containerd Commands

crictl

is the command used in Kubernetes to debug pods.

Standalone Containerd commands are ctr or nerdctl.

Container Log and Parameter Differences

CNI Networking

When using Containerd alone, the CNI network is the cri‑plugin. As the container runtime for Kubernetes, it uses the CNI network configured in Kubernetes, such as Flannel or Calico.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

DockerKubernetescontainerdCRICNI
MaGe Linux Operations
Written by

MaGe Linux Operations

Founded in 2009, MaGe Education is a top Chinese high‑end IT training brand. Its graduates earn 12K+ RMB salaries, and the school has trained tens of thousands of students. It offers high‑pay courses in Linux cloud operations, Python full‑stack, automation, data analysis, AI, and Go high‑concurrency architecture. Thanks to quality courses and a solid reputation, it has talent partnerships with numerous internet firms.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.