以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用戶