Docker privileged: Jenkins with Docker inside Docker Container
376
maintained by MarvAmBass
FAQ - All you need to know about the marvambass Containers
This Dockerfile (available as _marvambass/jenkins-docker) is based on _/jenkins:latest and runs Docker besides Jenkins. So you'll be able to build Docker Containers and push them somewhere or something like that.
View in Docker Registry marvambass/jenkins-docker
View in GitHub MarvAmBass/jenkins-docker
You can run it like the original _/jenkins container. But you need to run it privileged to be able to use Docker inside of it!
docker run -d --name jenkins \
--privileged \
-p 8080:8080 \
-v /your/jenkins/home:/var/jenkins_home \
marvambass/jenkins-docker \
--prefix=/jenkins/
Content type
Image
Digest
sha256:cceb36752…
Size
403.4 MB
Last updated
over 8 years ago
docker pull marvambass/jenkins-docker