https://github.com/trion-development/docker-local-git
Serve filesystem git folders as http git repositories
https://github.com/trion-development/docker-local-git
Last synced: 28 days ago
JSON representation
Serve filesystem git folders as http git repositories
- Host: GitHub
- URL: https://github.com/trion-development/docker-local-git
- Owner: trion-development
- Created: 2026-02-18T10:01:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-18T13:07:35.000Z (4 months ago)
- Last Synced: 2026-02-18T14:57:01.809Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Exposes a directory containing git repositories as a git http server.
For development, for example iterating a CI setup, avoiding repeated pushes.
docker run -v $PWD:/git-repos/demo -p 8080:8080 --rm -it ghcr.io/trion-development/local-git