Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
languagetext
themeMidnight
titleStart the sandbox as container with a writable shell and install nano
singularity shell --fakeroot --writable myubuntu
apt update
apt upgrade
apt install nano
exit


Codeblock
languagetext
themeMidnight
titleConvert the sandbox into a Singularity image file, and test the image file
singularity build --fakeroot myubuntu.sif myubuntu/






Nachdem der Container gebaut und auf das Cluster übertragen wurde, kann er mit den folgenden Befehlen gestartet werden.

...