Jenkins with docker installed.
602
Run a jenkins server with docker installed, so you can use docker run commands in shell steps.
Start the container with :
sudo docker run -v /var/run/docker.sock:/var/run/docker.sock -p 8080:8080 digitallumberjack/docker-jenkins-docker
Remember taht if you share volumes like -v /hostdir:/containerdir, the hostdir is on the host, not on the jenkins container.
Content type
Image
Digest
Size
326.3 MB
Last updated
over 10 years ago
docker pull digitallumberjack/docker-jenkins-docker