From e5257b84498971284163034e7f9eb4841411f828 Mon Sep 17 00:00:00 2001
From: Daniel Juarez <daniel.juarez.gonzalez@cern.ch>
Date: Fri, 9 Apr 2021 09:38:44 +0000
Subject: [PATCH] Debugging procedure should use bind mounts with selinux label

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1a5f326..2cd5bf0 100644
--- a/README.md
+++ b/README.md
@@ -294,7 +294,7 @@ The best way to debug your builds locally is to run them within the same Docker
 ```bash
 ~ > git clone https://:@gitlab.cern.ch:8443/linuxsupport/myrpm.git
 ...
-~ > docker run --rm -it -v ~/myrpm:/build gitlab-registry.cern.ch/linuxsupport/rpmci/builder-c8:latest
+~ > docker run --rm -it -v ~/myrpm:/build:z gitlab-registry.cern.ch/linuxsupport/rpmci/builder-c8:latest
 ...
 [root@99369f9e7a22 /]# cd /build/
 [root@99369f9e7a22 build]# yum-builddep -y *.spec
-- 
GitLab