以root用户登录
useradd -r -m -s /bin/bash [username]
ll home
cd /home
chmod +w sudoers
ll
vi sudoers
增加docker ALL=(ALL:ALL) ALL
chmod -w sudoers
groupadd [name]
usermod -g [name] [username]
id username
切换用户
su - [username]
详见https://www.cnblogs.com/SH170706/p/10359313.html
用户切换
docker [密码]
su docker
cd
ls
su root 切换回root用户