An open API service indexing awesome lists of open source software.

https://github.com/aquaflamingo/git_docker

Minimal Git Server for Docker
https://github.com/aquaflamingo/git_docker

docker docker-image git ssh

Last synced: about 2 months ago
JSON representation

Minimal Git Server for Docker

Awesome Lists containing this project

README

          

# Git Server
A Dockerized Git Server

```bash
# Docker builds the container
make build GIT_PWD="your_password_for_git_user"

# docker-compose runs the container
make start

# attempt to ssh into git user
ssh git@0.0.0.0 -p 2222

# Msg; You have successfully authenticated but this does not provide shell access
```