Jenkins docker权限问题

  1. 环境Ubuntu Server
  2. 工具 jenkins-war:2.89.2
  3. 报错信息
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
Build step 'Execute shell' marked build as failure

解决方法ROOT执行docker

gpasswd -a jenkins root
gpasswd -a jenkins docker
相关文章
相关标签/搜索