This is a minimal and simple git remote for hosting and sharing git-repositories. The remote repositories is accesssed through SSH (push/pull). It's possible to initialize and list all repositoris using git-shell through SSH.
1nfiniteloop/git-remote:latest from
here.MIT
export AUTHORIZED_KEYS=$(cat ~/.ssh/my-git-remote.com/*.pub) docker run \
--name=git-remote \
--detach \
--publish 0.0.0.0:8022:22 \
--volume git:/srv/git \
--env=AUTHORIZED_KEYS \
1nfiniteloop/git-remote:latest
ssh [email protected]git> init hello-world
git clone my-git-remote.com:shared/hello-world.git.Content type
Image
Digest
Size
18.1 MB
Last updated
about 5 years ago
docker pull 1nfiniteloop/git-remote