2025-03-14 21:59:59 -06:00
|
|
|
# ctr
|
|
|
|
|
|
|
|
|
|
> Manage `containerd` containers and images.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://manned.org/ctr>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|