mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
small fix to docs regarding adding docker groups
This commit is contained in:
parent
d627ff9697
commit
467dbb75f1
1 changed files with 3 additions and 1 deletions
|
@ -56,6 +56,8 @@ you don't need to add ``sudo`` to all the client commands.
|
|||
sudo groupadd docker
|
||||
|
||||
# Add the ubuntu user to the docker group
|
||||
# You may have to logout and log back in again for
|
||||
# this to take effect
|
||||
sudo gpasswd -a ubuntu docker
|
||||
|
||||
# Restart the docker daemon
|
||||
|
|
Loading…
Add table
Reference in a new issue