diff --git a/pages/linux/ctr.md b/pages/linux/ctr.md new file mode 100644 index 000000000..ef549be0f --- /dev/null +++ b/pages/linux/ctr.md @@ -0,0 +1,20 @@ +# ctr + +> Manage Containerd containers and images. +> More information: . + +- 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 {{souce_image}}:{{source_tag}} {{target_image}}:{{target_tag}}`