This a containerized version of Centos & Jenkins. Jenkins contains default job called "hello" which executes simple command "echo Hello World!". Additional packets are: ansible, python, mercurial, openssh, java
Build the container yourself by running the following command from the project directory containing the Dockerfile:docker build -t jenkins_image .
docker run -d -p 8080:8080 --name jenkins_image jenkins_container
http://localhost:8080