1.新建docker组

groupadd docker

2.添加用户到docker组

sudo usermod -aG docker ${username}

3.更新用户组

newgrp docker