1singularity(1) singularity(1)
2
3
4
6 singularity-apps - List available apps within a container
7
8
9
11 singularity apps <image path>
12
13
14
16 List applications (apps) installed in a container, located at
17 /scif/apps. See ⟨http://containers-ftw.org/SCI-F/⟩
18
19
20 To access apps, use shell, exec, run, inspect with --app <appname>
21
22
23 The following environment variables are available to you when called
24 from the shell inside the container. The top variables are relevant
25 to the active app (--app <app>) and the bottom available for all
26 apps regardless of the active app:
27
28
29 ACTIVE APP ENVIRONMENT:
30
31
32 SCIF_APPNAME the name of the application
33 SCIF_APPROOT the application base (/scif/apps/<app>)
34 SCIF_APPMETA the application metadata folder
35 SCIF_APPDATA the data base folder for active app
36 SCIF_APPINPUT expected input folder within data base folder
37 SCIF_APPOUTPUT the output data folder within data base folder
38
39
40
41 GLOBAL APP ENVIRONMENT:
42
43
44 SCIF_DATA scif defined data base for all apps (/scif/data)
45 SCIF_APPS scif defined install bases for all apps (/scif/apps)
46 SCIF_APPROOT_<app> root for application <app>
47 SCIF_APPDATA_<app> data root for application <app>
48
49
50
51 For additional help, please visit our public documentation pages which
52 are found at:
53
54
55 ⟨https://www.sylabs.io/docs/⟩
56
57
58
60 -h, --help[=false]
61 help for apps
62
63
64
66 $ singularity apps ubuntu.img
67 bar
68 foo
69
70
71
72
74 singularity(1)
75
76
77
79 29-May-2019 Auto generated by spf13/cobra
80
81
82
83Auto generated by spf13/cobra May 2019 singularity(1)