Sign inSign up

hkmshb/cgit

By hkmshb

Updated 28 days ago

A Docker image for cGit running over Lighttpd

Image
0

1.6K

hkmshb/cgit repository overview

docker-cgit

A Docker image for cGit, a lightweight web interface for git, running over Lighttpd.

Installation

Download this image from Docker hub

docker pull hkmshb/cgit

Usage

To launch a container from this image, run:

docker run -d --rm \
       --name cgit \
       -p 2340:80 \
       -v <host-path>:/srv/projects \
       hkmshb/cgit

Tag summary

Content type

Image

Digest

sha256:d54804d90

Size

8 MB

Last updated

over 1 year ago

docker pull hkmshb/cgit