snippetbashTip
ctr — Manage `containerd` containers and images. More information: <https://manned.org/ctr>.
Viewed 0 times
ctrcommandimagesandmanageclicontainerscontainerd
linux
Problem
How to use the
ctr command: Manage containerd containers and images. More information: <https://manned.org/ctr>.Solution
ctr — Manage containerd containers and images. More information: <https://manned.org/ctr>.List all containers (running and stopped):
ctr containers listList all images:
ctr images listPull an image:
ctr images pull {{image}}Tag an image:
ctr images tag {{source_image}}:{{source_tag}} {{target_image}}:{{target_tag}}Code Snippets
List all containers (running and stopped)
ctr containers listList all images
ctr images listPull an image
ctr images pull {{image}}Tag an image
ctr images tag {{source_image}}:{{source_tag}} {{target_image}}:{{target_tag}}Context
tldr-pages: linux/ctr
Revisions (0)
No revisions yet.