Skip to content
Snippets Groups Projects
Commit cb752be8 authored by Ariel D'Alessandro's avatar Ariel D'Alessandro
Browse files

scripts: add_user_to_groups: Add user to docker group

parent 32416dd6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
set -e
DEFGROUPS="admin,adm,dialout,cdrom,plugdev,audio,dip,video,staff,shared,sudo"
DEFGROUPS="admin,adm,dialout,cdrom,plugdev,audio,dip,video,staff,shared,sudo,docker"
for group in $(echo $DEFGROUPS | tr ',' ' '); do
if /bin/egrep -i "^$group" /etc/group ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment