singularity cache list

List your local Singularity cache

Synopsis

This will list your local cache (stored at $HOME/.singularity/cache if SINGULARITY_CACHEDIR is not set).

singularity cache list [list options...]

Examples

All group commands have their own help output:

$ singularity help cache list
$ singularity help cache list --type=library,oci
$ singularity cache list --help

Options

-h, --help           help for list
-T, --type strings   a list of cache types to display, possible entries: library, oci, shub, blob(s), all (default [all])
-v, --verbose        include cache entries in the output

SEE ALSO

Auto generated by spf13/cobra on 2-Jul-2021