Sign inSign up

stevepacker/jenkins

By stevepacker

Updated over 10 years ago

Default Jenkins build with Docker binary added

Image
0

1.3K

stevepacker/jenkins repository overview

Jenkins (official) with Docker

This is a re-packaging of the official Jenkins docker container with the single addition of the Docker binary, built to run on Mac OSX with Boo2Docker.

Usage

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

Note that attaching /var/run/docker.sock as a volume parameter will permit Jenkins to run docker commands on the host machine.

Please see the original official Jenkins Docker README for more details on using this container.

Tag summary

Content type

Image

Digest

Size

143.9 MB

Last updated

over 10 years ago

docker pull stevepacker/jenkins