Options (5)
-v, --verbosebooleanList cached container images with detailed information
Example:
apptainer cache list {{[-v|--verbose]}}-T, --typebooleanList only a specific cache type
Example:
apptainer cache list {{[-T|--type]}} {{library|oci|shub|blob|...}}-D, --daysbooleanClean cache entries older than a specific number of days
Example:
apptainer cache clean {{[-D|--days]}} {{days}}-n, --dry-runbooleanPreview what would be cleaned without removing anything
Example:
apptainer cache clean {{[-n|--dry-run]}}-f, --forcebooleanForce clean without confirmation
Example:
apptainer cache clean {{[-f|--force]}}Examples (8)
List all cached container images
apptainer cache listList cached container images with detailed information
apptainer cache list [-v|--verbose]List only a specific cache type
apptainer cache list [-T|--type] library|oci|shub|blob|...Clean the entire cache
apptainer cache cleanClean only a specific cache type
apptainer cache clean [-T|--type] library|oci|shub|blob|...Clean cache entries older than a specific number of days
apptainer cache clean [-D|--days] daysPreview what would be cleaned without removing anything
apptainer cache clean [-n|--dry-run]Force clean without confirmation
apptainer cache clean [-f|--force]made by @shridhargupta | data from tldr-pages