2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`crane config {{[-h|--help]}}`
|