A Docker image for cGit, a lightweight web interface for git, running over Lighttpd.
Download this image from Docker hub
docker pull hkmshb/cgit
To launch a container from this image, run:
docker run -d --rm \
--name cgit \
-p 2340:80 \
-v <host-path>:/srv/projects \
hkmshb/cgit