1SINGULARITY(1)              General Commands Manual             SINGULARITY(1)
2
3
4

NAME

6       Singularity - Linux Application Containers
7

SYNOPSIS

9       singularity [global options...]  <command> [command options...]  ...
10

DESCRIPTION

12       Singularity  provides  an  application  virtualization  layer  enabling
13       mobility of compute via both application and  environment  portability.
14       With Singularity one is capable of building a root file system and run‐
15       ning that root file system on any other Linux system where  Singularity
16       is installed.
17

OPTIONS

19       -h/--help/help
20              Print usage summary
21
22       --version
23              Print Singularity version
24
25       -v/--verbose
26              For each pass of verbose, increase verbosity
27
28       -d/--debug
29              Print  LOTS  of  debugging  output  (including  user and process
30              information)
31

FILES

33       ${sysconfdir}/singularity/singularity.conf
34              The system wide configuration file. This file must be root owned
35              for Singularity to parse it.
36

EXAMPLES

38       $ singularity help
39              Will print a generalized usage summary and available commands.
40
41       $ singularity help <command>
42              Additional  help for any of the Singularity commands can be seen
43              by appending the command name to the above command.
44

DOCUMENTATION

46       Full documentation can  be  found  on  the  Singularity  web  site  at:
47       https://www.sylabs.io/docs/
48

BUGS

50       Please   submit   bug   reports   to   the   GitHub  issue  tracker  at
51       https://github.com/singularityware/singularity/issues/new
52

AUTHOR

54       Gregory M. Kurtzer <gmkurtzer@lbl.gov>
55
56
57
58                                                                SINGULARITY(1)
Impressum