System Grab Bag

View all TLDR pages from Linux (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.