Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/creack/docker-jenkins

Jenkins in Docker with Git plugin and Docker installed
https://github.com/creack/docker-jenkins

Last synced: about 1 month ago
JSON representation

Jenkins in Docker with Git plugin and Docker installed

Awesome Lists containing this project

README

        

docker-jenkins
==============

Jenkins in Docker with Git plugin and Docker installed

Usage
=====

Ephemeral:

`docker run -d -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock creack/docker-jenkins`

Persistent

`docker run -d -p 8080:8080 -v $(pwd)/jenkins:/var/lib/jenkins -v /var/run/docker.sock:/var/run/docker.sock creack/docker-jenkins`