commands.sh

ctr

linux

Manage `containerd` containers and images.

More info →

Examples (4)

List all containers (running and stopped)

ctr containers list

List all images

ctr images list

Pull an image

ctr images pull image

Tag an image

ctr images tag source_image:source_tag target_image:target_tag
made by @shridhargupta | data from tldr-pages