From c7b0316f6572a318b4a61095bb4b7d5a25b7ce5d Mon Sep 17 00:00:00 2001 From: David Blaisonneau Date: Fri, 29 Apr 2016 10:00:43 +0200 Subject: Add a step to enable docker run without sudo Signed-off-by: David Blaisonneau (cherry picked from commit 29dc5482608c8504e9becbc6dabb92f32d55d696) Change-Id: Ia9ef8d17935707e525005d1b67ccb8d58a25f522 --- docs/configguide/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/configguide/index.rst') 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 +Disconnect and reconnect to enable the group change. References: -- cgit 1.2.3-korg