https://github.com/davibe/gitlist-docker
A ready to use docker image with preinstalled gitlist.
https://github.com/davibe/gitlist-docker
Last synced: 4 months ago
JSON representation
A ready to use docker image with preinstalled gitlist.
- Host: GitHub
- URL: https://github.com/davibe/gitlist-docker
- Owner: davibe
- Created: 2014-04-22T14:43:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T15:33:57.000Z (over 8 years ago)
- Last Synced: 2025-01-25T13:11:15.628Z (5 months ago)
- Language: Nginx
- Size: 2.93 KB
- Stars: 21
- Watchers: 4
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gitlist-docker
==============A ready to use docker image with preinstalled nginx and gitlist.
You can use it to quickly expose a web interface of the git repositories in a
directory of your host machine.The dockerfile uses the lastest gitlist-master.tar.gz distribution
available.Usage
-----You can build the image like this
git clone
cd gitlist-docker
docker build --rm=true -t gitlist .And run it like this
docker run --rm=true -p 8888:80 -v /path/repo:/repos gitlist
The web interface will be available on host machine at port 8888 and will show
repositories inside /path/repo