ctr
Manage `containerd` containers and images.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).