Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 494 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 494 Bytes

docker-jenkins

Debian 8 with latest stable Jenkins

Building

docker build -t procnull/jenkins https://github.com/ProcNULL/docker-jenkins.git

Running

docker run --name jenkins -p 8080:8080 -v [path]:/jenkins -e UID=[UID] procnull/jenkins

  • [UID] is the uid that jenkins should run with (e.g. 65534 for 'nobody' -- this is the defualt if nothing else is specified).
  • [path] is the path, where jenkins data should be stored. Note that all files in [path] will be chown'ed to [UID]!