LinuxCommandLibrary

crane-config

retrieve container image configuration

TLDR

Get image configuration

$ crane config [image]
copy
Get config as JSON
$ crane config [image] | jq .
copy

SYNOPSIS

crane config [options] image

DESCRIPTION

crane config retrieves the configuration blob for a container image. This includes environment variables, entrypoint, command, labels, and other image metadata.
Output is in JSON format.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community