Skip to content
/ jenkins Public

Custom jenkins images with docker-compose,docker and all the plugins pre-installed

Notifications You must be signed in to change notification settings

rubiin/jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jenkins

Custom jenkins images with docker-compose,docker and all the plugins pre-installed

If you are using this on production, you may want to comment the passowrd setup on the jenkins file

docker build -t somejenkins .
docker run -d -v /var/run/docker.sock:/var/run/docker.sock
-v $(which docker):/usr/bin/docker -p 8080:8080 somejenkins

About

Custom jenkins images with docker-compose,docker and all the plugins pre-installed

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published