Sign inSign up

marvambass/jenkins-docker

By marvambass

Updated over 8 years ago

Docker privileged: Jenkins with Docker inside Docker Container

Image
2

376

marvambass/jenkins-docker repository overview

Docker privileged Jenkins Docker inside Docker Container

maintained by MarvAmBass

FAQ - All you need to know about the marvambass Containers

What is it

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

Run it

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/

Tag summary

Content type

Image

Digest

sha256:cceb36752

Size

403.4 MB

Last updated

over 8 years ago

docker pull marvambass/jenkins-docker