Provides git via SSH in a docker container. Authentication is possible via public keys.
docker run -p 22:22 -v mypublickey.pub:/keys git
The file located at /keys within the container is the
authorized_keys file which is used for SSH authentication. You can either
mount a single public key to it, or a standard authorized_keys file.
ssh git@myserver
create <repositoryname> Creates a repositorylist Lists all repositoriesgit clone git@myserver:repositoryname
Content type
Image
Digest
sha256:837ed4ad7…
Size
95.2 MB
Last updated
almost 11 years ago
docker pull phylor/git