build image:
docker build . --tag salfter/itd
run image:
docker run -d --name=gitd --rm -v /home/salfter/git:/var/repos -p 9418:9418 salfter/gitd