A Docker container with a dummy repo for fixtures
643
A git server with a dummy repo, with Nginx as the HTTP frontend and fast cgi wrapper for running the git http backend
$ docker run -d -p "8080:80" petems/dummy-git-repo
$ git clone http://localhost:8080/dummy-repo.git
Allows me to setup an example repository for testing gitsweeper
Content type
Image
Digest
Size
18.5 MB
Last updated
over 7 years ago
docker pull petems/dummy-git-repo