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

Merge pull request #26691 from YuPengZTE/devSUSE

Add prompt of $
This commit is contained in:
Sebastiaan van Stijn 2016-09-19 10:45:23 +02:00 committed by GitHub
commit abd02a9ba0

View file

@ -71,7 +71,7 @@ The `docker` package creates a new group named `docker`. Users, other than
`root` user, must be part of this group to interact with the
Docker daemon. You can add users with this command syntax:
sudo /usr/sbin/usermod -a -G docker <username>
$ sudo /usr/sbin/usermod -a -G docker <username>
Once you add a user, make sure they relog to pick up these new permissions.