1singularity(1)                                                  singularity(1)
2
3
4

NAME

6       singularity-inspect - Show metadata for an image
7
8
9

SYNOPSIS

11       singularity inspect [inspect options...] <image path>
12
13
14

DESCRIPTION

16       Inspect will show you labels, environment variables, and scripts
17       associated
18         with the image determined by the flags you pass.
19
20
21

OPTIONS

23       --app=""
24           inspect a specific app
25
26
27       -d, --deffile[=false]
28           show the Singularity recipe file that was used to generate the
29       image
30
31
32       -e, --environment[=false]
33           show the environment settings for the image
34
35
36       -h, --help[=false]
37           help for inspect
38
39
40       -H, --helpfile[=false]
41           inspect the runscript helpfile, if it exists
42
43
44       -j, --json[=false]
45           print structured json instead of sections
46
47
48       -l, --labels[=false]
49           show the labels associated with the image (default)
50
51
52       -r, --runscript[=false]
53           show the runscript for the image
54
55
56       -t, --test[=false]
57           show the test script for the image
58
59
60

EXAMPLE

62                $ singularity inspect ubuntu.sif
63
64
65
66

SEE ALSO

68       singularity(1)
69
70
71

HISTORY

73       29-May-2019 Auto generated by spf13/cobra
74
75
76
77Auto generated by spf13/cobra      May 2019                     singularity(1)
Impressum