关于docker运行的容器内没有权限的问题

#开启目录权限
chmod a+rwx /home/user/ 

#开启docker挂载权限
chmod a+rw /var/run/docker.sock

相关推荐