如果网络没问题,尝试把权限给普通用户,然后以普通用户身份运行吧: 运行 Docker 命令而不使用 sudo 如果希望以非 root 用户运行 Docker 命令,可以将用户添加到 docker 组: sudo usermod -aG docker $USER