From d280f2bc10a95a6d3f06af6788d055a0f7e060b8 Mon Sep 17 00:00:00 2001
From: Kirill <g4s8.public@gmail.com>
Date: Sun, 20 May 2018 11:55:20 +0300
Subject: [PATCH] #7 - privileged explanation

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

diff --git a/README.md b/README.md
index c7642bd..99281f4 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ requests that should never happen.
 
 ## Usage
 
-1.  Run the API proxy:
+1.  Run the API proxy (`--privileged` flag is required here because it connects with the docker socket, which is a privileged connection in some SELinux/AppArmor contexts and would get locked otherwise):
 
         $ docker container run \
             -d --privileged \
-- 
GitLab