* Initial controlled revision of gitblit docker

* Gitblit 1.6.0
This commit is contained in:
Geoff Bourne
2014-07-21 01:01:25 +00:00
parent 8168c62bdd
commit 7fb406c2bb
3 changed files with 45 additions and 0 deletions

5
gitblit/README.md Normal file
View File

@@ -0,0 +1,5 @@
Provides a ready-to-use instance of [GitBlit](http://gitblit.com/). In order to allow for
future upgrades run the container with a volume mount of `/data`, such as:
docker run -d -p 80:80 p 443:443 -v /tmp/gitblit-data:/data --name gitblit itzg/gitblit