nerdctl: yet another Docker & Docker Compose implementation, based on containerd - Akihiro Suda

Опубликовано: 20 Июнь 2026
на канале: Paris Container Day
1,464
17

"nerdctl is a Docker-compatible CLI for containerd.

nerdctl has the same UI/UX as Docker CLI, e.g., nerdctl run -p 80:80 nginx.

nerdctl is also compatible with Docker Compose: nerdctl compose up.

The goal of nerdctl is to provide human-friendly playground for containerd's cutting-edge features that are not present in Docker/Moby.

Such features include, but not limited to:

lazy-pulling (running containers ahead of completion of pulling the images)
running encrypted containers

Through this session, the audiences will also learn the overview of containerd as well as nerdctl.
"