mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
ctr: add page (#4928)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user