singularity apps

List available apps within a container

Synopsis

List applications (apps) installed in a container, located at /scif/apps. See http://containers-ftw.org/SCI-F/

To access apps, use shell, exec, run, inspect with –app <appname>

The following environment variables are available to you when called from the shell inside the container. The top variables are relevant to the active app (–app <app>) and the bottom available for all apps regardless of the active app:

ACTIVE APP ENVIRONMENT:

SCIF_APPNAME the name of the application SCIF_APPROOT the application base (/scif/apps/<app>) SCIF_APPMETA the application metadata folder SCIF_APPDATA the data base folder for active app

SCIF_APPINPUT expected input folder within data base folder SCIF_APPOUTPUT the output data folder within data base folder

GLOBAL APP ENVIRONMENT:

SCIF_DATA scif defined data base for all apps (/scif/data) SCIF_APPS scif defined install bases for all apps (/scif/apps) SCIF_APPROOT_<app> root for application <app> SCIF_APPDATA_<app> data root for application <app>

For additional help, please visit our public documentation pages which are found at:

singularity apps <image path>

Examples

$ singularity apps ubuntu.img
 bar
 foo

Options

-h, --help   help for apps

SEE ALSO

Linux container platform optimized for High Performance Computing (HPC) and Enterprise Performance Computing (EPC)

Auto generated by spf13/cobra on 23-May-2019