From 05a09675c31c7de7f8f21bdd13ad7adb548804de Mon Sep 17 00:00:00 2001 From: krrg Date: Tue, 19 Aug 2014 16:03:51 -0600 Subject: [PATCH] Update openSUSE installation instructions Out of box, the 'sudo' command on openSUSE does not work similarly to other distros. In this case, the path to usermod should be explicitly given, since /usr/sbin, where usermod is located, is not on the sudoing user's PATH. The other sudo commands here should be fine. --- docs/sources/installation/openSUSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/openSUSE.md b/docs/sources/installation/openSUSE.md index 5dd8dd00d2..951b8770cc 100644 --- a/docs/sources/installation/openSUSE.md +++ b/docs/sources/installation/openSUSE.md @@ -47,7 +47,7 @@ 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. You can add users with: - $ sudo usermod -a -G docker + $ sudo /usr/sbin/usermod -a -G docker To verify that everything has worked as expected: