Sign inSign up

kcyeu/jenkins

By kcyeu

Updated almost 11 years ago

Image
1

2.2K

kcyeu/jenkins repository overview

docker-jenkins

Jenkins 1.632 License MIT

Dockerized Jenkins CI.

Usage

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

Tag summary

Content type

Image

Digest

sha256:34965a556

Size

342.1 MB

Last updated

almost 11 years ago

docker pull kcyeu/jenkins