ctr
Manage containerd containers and images. More information: <https://containerd.io>.
Install
- All systems
-
curl cmd.cat/ctr.sh
- Debian
-
apt-get install containerd - Ubuntu
-
apt-get install containerd - Arch Linux
-
pacman -S containerd - Fedora
-
dnf install containerd - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install containerd - Raspbian
-
apt-get install containerd
Manage containerd containers and images. More information: <https://containerd.io>.
-
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
© tl;dr; authors and contributors