A docker image for Jenkins which has the docker client installed.
808
To create an image , run
docker build -t jenkins_docker .
To run the container
docker run -d -p 8080:8080 -p 4040:4040 -v /var/run/docker.sock:/var/run/docker.sock jenkins_docker
Content type
Image
Digest
Size
351.1 MB
Last updated
over 9 years ago
docker pull sbose78/jenkins