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

crane manifest — Get the manifest of an image. More information: <https://github.com/google/go-containerregistry/blob

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecrane manifestcommandmanifestcliimagemoreget

Problem

How to use the crane manifest command: Get the manifest of an image. More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_manifest.md>.

Solution

crane manifest — Get the manifest of an image. More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_manifest.md>.

Get the manifest:
crane manifest {{image_name}}


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

Code Snippets

Get the manifest

crane manifest {{image_name}}

Display help

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

Context

tldr-pages: common/crane manifest

Revisions (0)

No revisions yet.