Skip to content

ggnix/docker_jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published