Forrest logo
back to context overview

singularity

List of commands for singularity:

  • singularity:tldr:4180e singularity: Start a container from an image and run a command.
    $ singularity exec ${image-sif} ${command}
    try on your machine
    explain this command
  • singularity:tldr:44fb4 singularity: Rebuild a remote image using the latest Singularity image format.
    $ singularity build ${image-sif} ${docker:--godlovedc-lolcow}
    try on your machine
    explain this command
  • singularity:tldr:8be7d singularity: Start a container from an image and execute the internal runscript.
    $ singularity run ${image-sif}
    try on your machine
    explain this command
  • singularity:tldr:9003f singularity: Download a remote image from Sylabs Cloud.
    $ singularity pull --name ${image-sif} ${library:--godlovedc-funny-lolcow:latest}
    try on your machine
    explain this command
  • singularity:tldr:bbb40 singularity: Start a container from an image and get a shell inside it.
    $ singularity shell ${image-sif}
    try on your machine
    explain this command
back to context overview