Jenkins
Run Jenkins inside a Docker container.
Volumes
Jenkins home directory is exported as data volume:
<USER_HOME>/docker/data/jenkins
Ports
The service is exposed through port 8080
.
Example
To run jenkins do:
docker run -p 18080:8080 amesken/jenkins
Now point your browser to http://192.168.99.100:18080/
There is no admin user needed.
Jenkins config and jobs
This image will configure jenkins to work with a complete Continuous Delivery tool stack which can be obtained from docker or github. The jenkins jobs and configuration are based on this blog article by Marcel Birkner.