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

-a, --all            list all cache types
-h, --help           help for list
-s, --summary        display a cache summary
-T, --type strings   a list of cache types to display, possible entries: library, oci, shub, blob(s), blobSum, all (default [library,oci,shub,blobSum])

SEE ALSO

Auto generated by spf13/cobra on 26-Jun-2019