Open gregdymek opened 8 years ago
I have the same issue.
Just saw the date on this. Is this project still being worked on?
I think the project has moved (as I remember the time I reported the issue I couldn't log in to jenkins ticketing system so I put it here). Anyway in my case I installed docker manually, by extending Dockerfile for jenkins image.
This issue still stands. Trying out with Jenkins official docker image (2.89.4). I'm using a declarative pipeline: pipeline { agent { docker { ... } } .. } I end up with "docker: not found" error on the job log.
Docker auto install doesn't install docker on running docker item. In Configure section in jenkins docker installer is selected to install latest from docker.io