Sign inSign up

digitallumberjack/docker-jenkins-docker

By digitallumberjack

Updated about 10 years ago

Jenkins with docker installed.

Image
0

602

digitallumberjack/docker-jenkins-docker repository overview

docker-jenkins-docker

Run a jenkins server with docker installed, so you can use docker run commands in shell steps.

Start the container with :

sudo docker run -v /var/run/docker.sock:/var/run/docker.sock -p 8080:8080 digitallumberjack/docker-jenkins-docker

Remember taht if you share volumes like -v /hostdir:/containerdir, the hostdir is on the host, not on the jenkins container.

Tag summary

Content type

Image

Digest

Size

326.3 MB

Last updated

over 10 years ago

docker pull digitallumberjack/docker-jenkins-docker