From 3b36f5098ec89a4ae0f5147cee4388fd585d57f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr>
Date: Sun, 4 Sep 2022 00:31:42 +0200
Subject: [PATCH] improve Run macsyfinder on real data

---
 source/Good_Practices/containers.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/source/Good_Practices/containers.rst b/source/Good_Practices/containers.rst
index 3023b71..f04fea7 100644
--- a/source/Good_Practices/containers.rst
+++ b/source/Good_Practices/containers.rst
@@ -557,9 +557,10 @@ I bind */pasteur* on the host to */pasteur* inside the container. So the path wi
 
 .. note::
 
-    It's not a problem to bind /pasteur even there are lot of project belonging to other teams.
-    I as run container under my id I have the same rights as on hosts. So if I cannot access to /pasteur/projects/whatever
-    on the host, I can bind it in container but I cannot access to it (read/write/...).
+    It's not a problem to bind /pasteur even there are lot of projects belonging to other teams.
+    I as run container under my id, I have the same rights as on hosts.
+    So if I cannot access to /pasteur/projects/whatever on the host,
+    I can bind it in container but I cannot access (read/write/...) to it inside the container.
 
 .. note::
 
-- 
GitLab