Default Jenkins build with Docker binary added
1.3K
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.
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.
Content type
Image
Digest
Size
143.9 MB
Last updated
over 10 years ago
docker pull stevepacker/jenkins