diff options
author | David Blaisonneau <david.blaisonneau@orange.com> | 2016-04-29 10:00:43 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-29 15:34:13 +0000 |
commit | c7b0316f6572a318b4a61095bb4b7d5a25b7ce5d (patch) | |
tree | 5d5ef01907d43531ef767adcd74e1b932b34de4c /docs | |
parent | 55a13b0e1de1e8d776168354ec64d165cb468442 (diff) |
Add a step to enable docker run without sudo
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
(cherry picked from commit 29dc5482608c8504e9becbc6dabb92f32d55d696)
Change-Id: Ia9ef8d17935707e525005d1b67ccb8d58a25f522
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configguide/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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: |