Skip to content

lzhang/docker-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker image for Jenkins CI

Installation

$ sudo docker pull lzhang/jenkins

Usage

Run the container:

$ JENKINS_CONTAINER=$(sudo docker run -h 'localhost' -p 8080:8080 -d lzhang/jenkins)

Jenkins will be available on the host machine at port 8080. Specify the hostname to avoid a jenkins error on startup.

Commit the container if you want to save the changes you've made in jenkins:

$ sudo docker commit $JENKINS_CONTAINER lzhang/jenkins

Shutting down the container:

$ sudo docker kill $JENKINS_CONTAINER

About

docker image for jenkins continuous integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages