Forrest logo
back to the ctr tool

ctr:tldr:da10a

ctr: List all images.
$ ctr images list
try on your machine

The command "ctr images list" is used to list all the container images available on a system using the CRI-O container runtime.

CRI-O is a lightweight, Open Container Initiative (OCI) compliant container runtime specifically built for Kubernetes. It is responsible for managing and running containers on a Kubernetes cluster.

When you execute the "ctr images list" command, it communicates with the CRI-O runtime and retrieves a list of all the container images stored on the system.

This information can be useful for various purposes, such as checking the available images, their versions, and sizes, or helping administrators manage and organize container images on the system.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the ctr tool