mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-22 05:56:17 +00:00
Merge pull request #7634 from krrg/patch-1
Update openSUSE installation instructions
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user