← 返回命令列表

Linux command

crane-cp 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Copy an image

crane cp [source_image] [destination_image]

Copy with platform selection

crane cp --platform linux/amd64 [source_image] [destination_image]

说明

crane cp is an alias for crane copy. It copies container images between registries without pulling to local storage, performing a server-side copy when possible.

FAQ

What is the crane-cp command used for?

crane cp is an alias for crane copy. It copies container images between registries without pulling to local storage, performing a server-side copy when possible.

How do I run a basic crane-cp example?

Run `crane cp [source_image] [destination_image]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more crane-cp examples?

This page includes 2 examples for crane-cp, plus related commands for nearby Linux tasks.