建立 docker 用户组 建立 docker 组: sudo groupadd docker 将用户加入 docker 组: useradd -g docker -m docker 修改密码 passwd docker