JUSTUS2/Software/Singularity: Difference between revisions
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
'''Singularity''' is a container platform. |
'''Singularity''' is a container platform. |
||
== Program Binaries == |
|||
The binary ''dalton'' is main program of the Dalton package. |
|||
<pre> |
|||
Usage: singularity [global options...] |
|||
Options: |
|||
-c, --config string specify a configuration file (for root or unprivileged installation only) (default "/etc/singularity/singularity.conf") |
|||
-d, --debug print debugging information (highest verbosity) |
|||
-h, --help help for singularity |
|||
--nocolor print without color output (default False) |
|||
-q, --quiet suppress normal output |
|||
-s, --silent only print errors |
|||
-v, --verbose print additional information |
|||
--version version for singularity |
|||
Available Commands: |
|||
build Build a Singularity image |
|||
cache Manage the local cache |
|||
capability Manage Linux capabilities for users and groups |
|||
config Manage various singularity configuration (root user only) |
|||
delete Deletes requested image from the library |
|||
exec Run a command within a container |
|||
help Help about any command |
|||
inspect Show metadata for an image |
|||
instance Manage containers running as services |
|||
key Manage OpenPGP keys |
|||
oci Manage OCI containers |
|||
plugin Manage Singularity plugins |
|||
pull Pull an image from a URI |
|||
push Upload image to the provided URI |
|||
remote Manage singularity remote endpoints, keyservers and OCI/Docker registry credentials |
|||
run Run the user-defined default command within a container |
|||
run-help Show the user-defined help for an image |
|||
search Search a Container Library for images |
|||
shell Run a shell within a container |
|||
sif siftool is a program for Singularity Image Format (SIF) file manipulation |
|||
sign Attach digital signature(s) to an image |
|||
test Run the user-defined tests within a container |
|||
verify Verify cryptographic signatures attached to an image |
|||
version Show the version for Singularity |
|||
Examples: |
|||
$ singularity help <command> [<subcommand>] |
|||
$ singularity help build |
|||
$ singularity help instance start |
|||
</pre> |
|||
= Useful links = |
= Useful links = |
Revision as of 11:57, 19 March 2021
Description | Content |
---|---|
module load | --- |
Availability | BwForCluster_JUSTUS_2 |
License | Open-source software, distributed under the 3-clause BSD License. More... |
Citing | --- |
Links | Homepage | Documentation |
Graphical Interface | No |
Description
Singularity is a container platform.
Program Binaries
The binary dalton is main program of the Dalton package.
Usage: singularity [global options...] Options: -c, --config string specify a configuration file (for root or unprivileged installation only) (default "/etc/singularity/singularity.conf") -d, --debug print debugging information (highest verbosity) -h, --help help for singularity --nocolor print without color output (default False) -q, --quiet suppress normal output -s, --silent only print errors -v, --verbose print additional information --version version for singularity Available Commands: build Build a Singularity image cache Manage the local cache capability Manage Linux capabilities for users and groups config Manage various singularity configuration (root user only) delete Deletes requested image from the library exec Run a command within a container help Help about any command inspect Show metadata for an image instance Manage containers running as services key Manage OpenPGP keys oci Manage OCI containers plugin Manage Singularity plugins pull Pull an image from a URI push Upload image to the provided URI remote Manage singularity remote endpoints, keyservers and OCI/Docker registry credentials run Run the user-defined default command within a container run-help Show the user-defined help for an image search Search a Container Library for images shell Run a shell within a container sif siftool is a program for Singularity Image Format (SIF) file manipulation sign Attach digital signature(s) to an image test Run the user-defined tests within a container verify Verify cryptographic signatures attached to an image version Show the version for Singularity Examples: $ singularity help <command> [<subcommand>] $ singularity help build $ singularity help instance start