码迷,mamicode.com
首页 > 其他好文 > 详细

docker 下jenkens 打包出现Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock错误解决方法

时间:2020-05-27 15:17:05      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:打包   mod   exec   roo   docke   容器   unix   ash   mission   

# 进入Jenkins容器内(5c8 为容器id)

docker exec -it -u root 5c8 bash

# 修改docker权限

chmod 777 /var/run/docker.sock

docker 下jenkens 打包出现Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock错误解决方法

标签:打包   mod   exec   roo   docke   容器   unix   ash   mission   

原文地址:https://www.cnblogs.com/printertool/p/12972908.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!