Docker. Jenkins

Docker. Jenkins

Created new Docker jenkins image.
Apply image:
docker pull odovzhan/jenkins

Info:
* System OS: CentOS 5
* Sun JDK 1.8.
* Jenkins: used official repo - http://jenkins-ci.org/ .
* Jenkins standard port: 8080. Can be changed by jenkins.sh script.
* Jenkins standard HOME folder: /opt .
* Jenkins plugins: swarm - https://wiki.jenkins-ci.org/display/JENKINS/Swarm+Plugin .

Usage
* Port 8080
** Docker run -d -ti -v /opt:/opt:rw odovzhan/jenkins jenkins

* Port 80
** Docker run -d -ti -v /opt:/opt:rw odovzhan/jenkins jenkinsP80


Source:
GitHub - https://github.com/oleksdovz/jenkins
Docker - https://registry.hub.docker.com/u/odovzhan/jenkins/

Коментарі