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 update
sudo apt-get install containerd
- Raspbian
-
apt-get install containerd
- Dockerfile
- dockerfile.run/ctr
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