Skip to content
Snippets Groups Projects
Commit 41f76d14 authored by Rafal Gumienny's avatar Rafal Gumienny
Browse files

docs: SCHWED-3097 Explain were to use root better

parent de091bbf
No related branches found
No related tags found
No related merge requests found
OST Singularity OST Singularity
=============== ===============
.. note::
In order to run some singularity commands there might be a need to run them as root (sudo).
Build Singularity image Build Singularity image
----------------------- -----------------------
...@@ -13,7 +9,11 @@ In order to build OST Singularity image: ...@@ -13,7 +9,11 @@ In order to build OST Singularity image:
.. code-block:: bash .. code-block:: bash
cd <OST ROOT>/singularity cd <OST ROOT>/singularity
singularity build ost.img Singularity.1.7.1 sudo singularity build ost.img Singularity.1.7.1
.. note::
Running singularity build command requires root permissions (sudo).
One can chose any name for an image. For the purose of this file we will assume One can chose any name for an image. For the purose of this file we will assume
that the image name is `ost.img`. that the image name is `ost.img`.
......
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