Skip to content

Instantly share code, notes, and snippets.

@ymsrk
Created September 1, 2016 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ymsrk/70ad1df2c2f539212ea797ac60331f01 to your computer and use it in GitHub Desktop.
Save ymsrk/70ad1df2c2f539212ea797ac60331f01 to your computer and use it in GitHub Desktop.
$ docker pull jenkins
$ run -d --name ci -p 8090:8080 -p 50000:50000 \
-v /your/path:/var/jenkins_home \
-e JENKINS_JAVA_OPTIONS='-Djava.awt.headless=true -Dorg.apache.commons.jelly.tags.fmt.timeZone=Asia/Tokyo Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8'\
jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment