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
- Host: GitHub
- URL: https://github.com/aquaflamingo/git_docker
- Owner: aquaflamingo
- Created: 2021-05-31T19:31:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T04:16:29.000Z (about 5 years ago)
- Last Synced: 2025-07-01T21:14:47.398Z (12 months ago)
- Topics: docker, docker-image, git, ssh
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```