1singularity(1) singularity(1)
2
3
4
6 singularity-cache-clean - Clean your local Singularity cache
7
8
9
11 singularity cache clean [clean options...]
12
13
14
16 This will clean your local cache (stored at $HOME/.singularity/cache if
17 SINGULARITY_CACHEDIR is not set).
18 By default only blob cache is cleaned, use '--all' to clean the
19 entire cache.
20
21
22
24 -a, --all[=false]
25 clean all cache (will override all other options)
26
27
28 -h, --help[=false]
29 help for clean
30
31
32 -N, --name=""
33 specify a container cache to clean (will clear all cache with the
34 same name)
35
36
37 -T, --type=[blob]
38 clean cache type, choose between: library, oci, and blob
39
40
41
43 All group commands have their own help output:
44
45 $ singularity help cache clean --name cache_name.sif
46 $ singularity help cache clean --type=library,oci
47 $ singularity cache clean --help
48
49
50
51
53 singularity-cache(1)
54
55
56
58 29-May-2019 Auto generated by spf13/cobra
59
60
61
62Auto generated by spf13/cobra May 2019 singularity(1)