Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 553 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 553 Bytes

docker_jenkins

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

Build the container yourself by running the following command from the project directory containing the Dockerfile:
docker build -t jenkins_image .

Run

docker run -d -p 8080:8080 --name jenkins_image jenkins_container

Access Jenkins

http://localhost:8080