diff options
author | David Blaisonneau <david.blaisonneau@orange.com> | 2016-04-29 10:00:43 +0200 |
---|---|---|
committer | David Blaisonneau <david.blaisonneau@orange.com> | 2016-04-29 10:01:05 +0200 |
commit | 29dc5482608c8504e9becbc6dabb92f32d55d696 (patch) | |
tree | 49944c0fdf4fb4e09c13acae0fa3faf0c57b5261 /docs/configguide/index.rst | |
parent | 5dfb6fb78a7d4339a5b68147b46ab8aa49ebf866 (diff) |
Add a step to enable docker run without sudo
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Diffstat (limited to 'docs/configguide/index.rst')
-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: |