containerd
Installation
SKILL.md
containerd
Use this skill to manage containers and images using containerd's CLI tools safely and effectively.
Quick Start
- Run
ctr versionto verify containerd is running and accessible. - Use
nerdctlfor Docker-compatible container operations — it supports the same flags. - Use
ctronly for low-level debugging; it bypasses higher-level abstractions. - Inspect
/etc/containerd/config.tomlbefore modifying; back it up first.
Intent Router
references/install-and-setup.md— install containerd, nerdctl, CNI plugins, BuildKitreferences/command-cookbook.md— nerdctl and ctr commands for containers, images, tasksreferences/containerd-config.md— config.toml structure, CRI plugin, snapshotters, registry mirrorsreferences/kubernetes-integration.md— containerd as Kubernetes CRI, crictl debugging, image GC