Dockerbase Service: Jenkins - https://github.com/dockerbase/jenkins
254
This repository contains Dockerbase of Jenkins for Docker's Dockerbase build published on the public Docker Hub Registry.
Install Docker.
Download Dockerbase build from public Docker Hub Registry: docker pull dockerbase/jenkins
run:
sudo docker run --restart=always -t --cidfile cidfile -d dockerbase/jenkins /sbin/runit
start:
sudo docker start `cat cidfile`
stop:
sudo docker stop -t 10 `cat cidfile`
Description: Ubuntu 14.04.1 LTS
git version 1.9.1
OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014
jenkins 1.580
Content type
Image
Digest
sha256:cd163a6d7…
Size
221.4 MB
Last updated
almost 11 years ago
docker pull dockerbase/jenkins