Dockerized Jenkins CI.
By default, JENKINS_HOME is set to /var/docker-data1/jenkins.
To run the container, do the following:
sudo docker run -d -p 8080:8080 --name jenkins kcyeu/jenkins
To mount a directory from your own host into a container.
sudo docker run -d -p 8080:8080 --name jenkins -v /var/docker-data1/jenkins:/var/docker-data1/jenkins kcyeu/jenkins
Content type
Image
Digest
sha256:34965a556…
Size
342.1 MB
Last updated
almost 11 years ago
docker pull kcyeu/jenkins