Linux command
crane-tag 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Add tag
crane tag [image:existing] [new_tag]
Tag by digest
crane tag [image]@[sha256:abc...] [tag_name]
说明
crane tag adds a new tag to an existing image. This creates an alias without copying image data.
FAQ
What is the crane-tag command used for?
crane tag adds a new tag to an existing image. This creates an alias without copying image data.
How do I run a basic crane-tag example?
Run `crane tag [image:existing] [new_tag]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more crane-tag examples?
This page includes 2 examples for crane-tag, plus related commands for nearby Linux tasks.