mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
Merge pull request #6741 from fredlf/suse-install-fix
Changed add to group command to include -a (append) flag, for safety. In...
This commit is contained in:
@@ -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 <username>
|
||||
$ sudo usermod -a -G docker <username>
|
||||
|
||||
**Done!**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user