将docker权限添加给普通用户

sudo gpasswd -a $USER docker     #将登陆用户加入到docker用户组中
newgrp docker     #更新用户组

你可能感兴趣的:(将docker权限添加给普通用户)