HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

crane index — Modify an image index. Some subcommands such as `append` and `filter` have their own usage documenta

Submitted by: @import:tldr-pages··
0
Viewed 0 times
crane indexcommandmodifyindexcliimagesomesubcommands

Problem

How to use the crane index command: Modify an image index. Some subcommands such as append and filter have their own usage documentation. More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_index.md>.

Solution

crane index — Modify an image index. Some subcommands such as append and filter have their own usage documentation. More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_index.md>.

Modify an image index:
crane index


Modify an image index with subcommand:
crane index {{subcommand}}


Display help:
crane index {{[-h|--help]}}

Code Snippets

Modify an image index

crane index

Modify an image index with subcommand

crane index {{subcommand}}

Display help

crane index {{[-h|--help]}}

Context

tldr-pages: common/crane index

Revisions (0)

No revisions yet.