docker 不需要sudo权限执行

zhaoxiaowei2024/08/21linuxgit
    sudo groupadd docker &&
    sudo usermod -aG docker $(whoami)