1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #7634 from krrg/patch-1

Update openSUSE installation instructions
This commit is contained in:
James Turnbull 2014-08-20 14:46:41 -04:00
commit 997336fd95

View file

@ -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 <username>
$ sudo /usr/sbin/usermod -a -G docker <username>
To verify that everything has worked as expected: