Skip to content
Snippets Groups Projects
Commit f4f5d695 authored by Jan Frenzel's avatar Jan Frenzel Committed by Danny Marc Rotscher
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 81178999
No related branches found
No related tags found
2 merge requests!542Automated merge from preview to main,!533Rotscher tu dresden.de preview patch 54625
......@@ -105,10 +105,11 @@ You can create a new custom container on your workstation, if you have root righ
which is different to the x86 architecture in common computers/laptops. For that you can use
the [VM Tools](singularity_power9.md).
Creating a container is done by writing a **definition file** and passing it to
Creating a container is done by writing a definition file, such as `myDefinition.def`, and passing
it to `singularity` via
```console
marie@local$ singularity build myContainer.sif <myDefinition.def>
marie@local$ singularity build myContainer.sif myDefinition.def
```
A definition file contains a bootstrap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment