From 41f76d14c641572b854691a2b47bfb59a28cc0f9 Mon Sep 17 00:00:00 2001 From: Rafal Gumienny <guma44@gmail.com> Date: Wed, 14 Mar 2018 11:35:39 +0100 Subject: [PATCH] docs: SCHWED-3097 Explain were to use root better --- singularity/README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/singularity/README.rst b/singularity/README.rst index edc54dd55..5272a6eab 100644 --- a/singularity/README.rst +++ b/singularity/README.rst @@ -1,10 +1,6 @@ OST Singularity =============== -.. note:: - - In order to run some singularity commands there might be a need to run them as root (sudo). - Build Singularity image ----------------------- @@ -13,7 +9,11 @@ In order to build OST Singularity image: .. code-block:: bash 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 that the image name is `ost.img`. -- GitLab