From fea463c4bdee41f0f9fb3684bded97324b08bf71 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Tue, 17 Jan 2023 13:46:10 +0100
Subject: [PATCH] Update singularity-it4i.md

---
 docs.it4i/software/tools/singularity-it4i.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/software/tools/singularity-it4i.md b/docs.it4i/software/tools/singularity-it4i.md
index d8d410689..c37ef8382 100644
--- a/docs.it4i/software/tools/singularity-it4i.md
+++ b/docs.it4i/software/tools/singularity-it4i.md
@@ -44,8 +44,8 @@ Then you can update your copy of the image by the `image-update` command.
 
 The runscript inside the Apptainer image can be run by the `image-run` command.
 
-!!! note
-    This command automatically mounts the `/scratch` and `/apps` storage and invokes the image as writable, so user changes can be made. (Only module CentOS/7)
+!!! note " CentOS/7 module only"
+    This command automatically mounts the `/scratch` and `/apps` storage and invokes the image as writable, so user changes can be made.
 
 Very similar to `image-run` is the `image-exec` command.
 The only difference is that `image-exec` runs a user-defined command instead of a runscript.
-- 
GitLab