← 返回命令列表

Linux command

crane-blob 命令

文本

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

常用示例

Get a blob

crane blob [image]@[digest]

Save blob to file

crane blob [image]@[sha256:abc...] > [blob.tar.gz]

说明

crane blob retrieves a specific blob from a container image by its digest. Blobs are typically layers or configuration objects. Output is written to stdout; redirect to save to a file.

FAQ

What is the crane-blob command used for?

crane blob retrieves a specific blob from a container image by its digest. Blobs are typically layers or configuration objects. Output is written to stdout; redirect to save to a file.

How do I run a basic crane-blob example?

Run `crane blob [image]@[digest]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more crane-blob examples?

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