Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 400 Bytes

File metadata and controls

15 lines (11 loc) · 400 Bytes

Compact GIT Server container ( 13.9MB / 7 MB compressed )

Stack

Build from source of GIT Server running on top of lightweight Alphine Linux.

Usage

docker run --rm -it --log-driver none \
		-p 22:22 \
		-v ~/git-server/keys:/git-server/keys \
		-v ~/git-server/repos:/git-server/repos \
		jancajthaml/git:latest git-server