Short Description
Docker image using ssh and git
Full Description
Docker image using ssh and git. After installing(pull) this image, type
docker run -d -P --name test_sshd alinous/gitssh:1.0
and check the port by following command.
docker port test_sshd 22
git test
git clone ssh://root@127.0.0.1:49153/root/repo.git