解决方法:1.进入启动文件目录2.将用户加入到docker 组 sudo gpasswd -a ${USER} docker 3.使用root用户 sudo su4. 切换当前用户 su ${USER}5,.重新启动docker镜像 docker-compose up -d