From 0acec443745a917fb8e97d50609ff01b03888512 Mon Sep 17 00:00:00 2001 From: Fred Lifton Date: Fri, 27 Jun 2014 12:45:55 -0700 Subject: [PATCH] Changed add to group command to include -a (append) flag, for safety. In response to customer email. Docker-DCO-1.1-Signed-off-by: Fred Lifton (github: fredlf) --- docs/sources/installation/openSUSE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/installation/openSUSE.md b/docs/sources/installation/openSUSE.md index 165f953b06..b8d9122225 100644 --- a/docs/sources/installation/openSUSE.md +++ b/docs/sources/installation/openSUSE.md @@ -45,9 +45,9 @@ If we want Docker to start at boot, we should also: The docker package creates a new group named docker. Users, other than root user, need to be part of this group in order to interact with the -Docker daemon. +Docker daemon. You can add users with: - $ sudo usermod -G docker + $ sudo usermod -a -G docker **Done!**