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

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

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theconfigurationcommandcliimagemorecrane configget

Problem

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

Solution

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

Get the configuration of an image:
crane config {{image_name}}


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

Code Snippets

Get the configuration of an image

crane config {{image_name}}

Display help

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

Context

tldr-pages: common/crane config

Revisions (0)

No revisions yet.