From 29dc5482608c8504e9becbc6dabb92f32d55d696 Mon Sep 17 00:00:00 2001
From: David Blaisonneau <david.blaisonneau@orange.com>
Date: Fri, 29 Apr 2016 10:00:43 +0200
Subject: Add a step to enable docker run without sudo

Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
---
 docs/configguide/index.rst | 1 +
 1 file changed, 1 insertion(+)

(limited to 'docs')

diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst
index 096ece076..3ca605033 100644
--- a/docs/configguide/index.rst
+++ b/docs/configguide/index.rst
@@ -132,6 +132,7 @@ Add your user to docker group to be able to run commands without sudo::
 
  sudo usermod -aG docker <your_user>
 
+Disconnect and reconnect to enable the group change.
 
 References:
 
-- 
cgit