Options (4)
-d, --deffilebooleanShow the definition file used to build the image
Example:
apptainer inspect {{[-d|--deffile]}} {{path/to/image.sif}}-r, --runscriptbooleanShow the runscript for the image
Example:
apptainer inspect {{[-r|--runscript]}} {{path/to/image.sif}}-e, --environmentbooleanShow the environment variables of the image
Example:
apptainer inspect {{[-e|--environment]}} {{path/to/image.sif}}-h, --helpbooleanDisplay help
Example:
apptainer inspect {{[-h|--help]}}Examples (7)
Show the labels of an image (default)
apptainer inspect path/to/image.sifShow the definition file used to build the image
apptainer inspect [-d|--deffile] path/to/image.sifShow the runscript for the image
apptainer inspect [-r|--runscript] path/to/image.sifShow the environment variables of the image
apptainer inspect [-e|--environment] path/to/image.sifList all apps in the container
apptainer inspect --list-apps path/to/image.sifShow all available data in JSON format
apptainer inspect --all path/to/image.sifDisplay help
apptainer inspect [-h|--help]made by @shridhargupta | data from tldr-pages