Jenkins master and node based on Fedora image. Jenkins master, with the help of Docker plugin, able to start jobs on node.
10K+
The Dockerfile builds image for latest Jenkins based on Fedora.
Access the Jenkins files from host
Upon container creation, it is possible to share Jenkins files with host. The files will be accessable from :
Host - /path/on/host
Container - /shared
/var/lib/jenknis - "home" folder of jenkins (plugins, logs, etc)
/etc/sysconfig/jenkins - jenkins configuration
/root/.ssh - root ssh keys should be used for the ssh plugin
Docker command :
docker run -d -P -v /path/on/host:/shared abraverm/jenkins:master
Content type
Image
Digest
sha256:fe2f2a05d…
Size
304.6 MB
Last updated
almost 11 years ago
docker pull abraverm/jenkins