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
Content type
Image
Digest
sha256:d54804d90…
Size
8 MB
Last updated
over 1 year ago
docker pull hkmshb/cgit