diff options
author | David Blaisonneau <david.blaisonneau@orange.com> | 2016-04-29 16:58:25 +0200 |
---|---|---|
committer | David Blaisonneau <david.blaisonneau@orange.com> | 2016-04-29 16:58:52 +0200 |
commit | a1df84c2e9f4883ebc4565bbbb7f378f70eea184 (patch) | |
tree | dc2b9dc241346da3692bff93c155f4648ec318ba /docs/configguide | |
parent | a0b6f65362dbd83c4e3f96ccae45e49dc5cdebc3 (diff) |
Functest - documentation small corrections
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Diffstat (limited to 'docs/configguide')
-rw-r--r-- | docs/configguide/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst index 3ca605033..411f68d68 100644 --- a/docs/configguide/index.rst +++ b/docs/configguide/index.rst @@ -132,7 +132,9 @@ 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. +A reconnect is needed. There are 2 ways for this: + #. Re-login to your account + #. su - <username> References: |