Sign inSign up

killercentury/jenkins-dind

By killercentury

Updated about 8 years ago

Generic Jenkins CI with Docker Engine and Docker Compose inside

Image
29

100K+

killercentury/jenkins-dind repository overview

Jenkins DinD (Docker in Docker)

This Jenkins Docker image provides Docker inside itself, which allows you to run any Docker container in your Jenkins build script.

Because Docker container proivdes an isolated environment for running applications or tasks, which is perfect for any CI solution. This image is designed to run everything with Docker, so it doesn't pre-install any execution environment for any specific programming language. Instead, simply run the images you need from the public Docker Hub or your private Docker registry for your CI tasks.

This Docker image is based on jpetazzo/dind instead of the offical Jenkins. Supervisord is used to make sure everything has proper permission and lanuch in the right order. Morever, Docker Compose is available for launching multiple containers inside the CI.

Run it with mounted directory from host:

docker run --name jenkins-dind --privileged -d -p 8080:8080 -v /your/path:/var/lib/jenkins killercentury/jenkins-dind

Tag summary

Content type

Image

Digest

sha256:0e44c8330

Size

275.3 MB

Last updated

about 8 years ago

docker pull killercentury/jenkins-dind