Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rubiin/jenkins

Custom jenkins images with docker-compose,docker and all the plugins pre-installed
https://github.com/rubiin/jenkins

docker jenkins

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# jenkins
![](https://i.imgur.com/UvE05Bs.png)

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

```sh
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
```