mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
348 B
348 B
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 {{souce_image}}:{{source_tag}} {{target_image}}:{{target_tag}}