8000 GitHub - hkmshb/docker-cgit: A Docker image for cGit running over Lighttpd
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hkmshb/docker-cgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Docker image for cGit running over Lighttpd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0