Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
/ jenkins-docker Public archive

Docker image definition for jenkins - run jenkins in Docker

Notifications You must be signed in to change notification settings

cloudbees/jenkins-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Jenkins in Docker

You can run jenkins in docker:

docker run -p 8080:8080  michaelneale/jenkins-docker

This will download, and then run Jenkins in a docker container - on port 8080.

You can see your docker conatiner running with:

docker ps

If you with to use a volume outside to store your workspace, you can with bind mounting and setting the JENKINS_HOME directory environment variable.

Take a look at http://docker.io for more details.

About

Docker image definition for jenkins - run jenkins in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages