add readme
This commit is contained in:
parent
8600eab42c
commit
1bb3cef1cb
1 changed files with 19 additions and 0 deletions
19
jenkins-dind/README.md
Normal file
19
jenkins-dind/README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
jekins-dind
|
||||
===========
|
||||
|
||||
A jenkins image with [docker](https://github.com/jpetazzo/dind) inside.
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
``
|
||||
docker build -t jenkins-dind:latest .
|
||||
docker run -d -v /your/jenkins/dir:/var/jenkins_home -p 8080:8080 jenkins-dind
|
||||
``
|
||||
|
||||
Visit http://localhost:8080
|
||||
|
||||
TODO
|
||||
----
|
||||
|
||||
* [ ] Add docker-compose
|
Loading…
Reference in a new issue