All Projects → davibe → gitlist-docker

davibe / gitlist-docker

Licence: other
A ready to use docker image with preinstalled gitlist.

Programming Languages

Nginx
273 projects

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 <this repo>
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].