Jenkins with docker and docker-compose executables embedded
198
This image is based on the latest image from jenkins/jenkins and includes the docker executables. This way you can do a DooD Jenkins where you would bind the docker.sock of the host to the container and be able to execute docker on the jenkins environment.
run with docker run -p 8080:8080 -p 50000:50000 -v /var/run/docker.sock:/var/run/docker.sock jerommeke4/jenkins-docker
Content type
Image
Digest
Size
531 MB
Last updated
almost 9 years ago
docker pull jerommeke4/jenkins-docker