Inspecting container images with ctr
Today I've learned about ctr tool --
internal demonstration client for containerd
by its developers. containerd
is widely used container runtime.
And mentioned tool has some interesting practical capabilities: for me it was especially the ability to mount image as fs to host. Because I need to inspect docker images from time to time.