diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-29 14:45:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-29 14:45:23 +0000 |
commit | a0b6f65362dbd83c4e3f96ccae45e49dc5cdebc3 (patch) | |
tree | ce435901086bc973651a7c656ed009ecdd895656 /docs | |
parent | 4bdb6ed6d41aed8763f22aa84155ac810569deb1 (diff) | |
parent | 29dc5482608c8504e9becbc6dabb92f32d55d696 (diff) |
Merge "Add a step to enable docker run without sudo"
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: |