File System Tools Install: Cri
nerdctl images nerdctl inspect <image> nerdctl run --rm -it alpine ls / Part 3: Installing Snapshotter Tools (OverlayFS Utilities) To truly debug the CRI filesystem, you need host-level tools that understand overlayfs (the default snapshotter for 99% of clusters).
| Runtime | CRI Socket | Default CLI Tools | | :--- | :--- | :--- | | | /run/containerd/containerd.sock | ctr , nerdctl , crictl | | CRI-O | /run/crio/crio.sock | crictl , podman | | Docker (via cri-dockerd) | /run/cri-dockerd.sock | crictl (limited) | cri file system tools install
With the installation steps and debugging workflows outlined above, you are now equipped to handle the most complex container storage issues on any CRI-compliant runtime. nerdctl images nerdctl inspect <