Accessing and using ssh keys from host machine from docker container using ssh sockets in a secure way
I am trying to add possibility to use host machine ssh keys to fetch private repositories. However, I haven't been successful to do so in a secure manner. I don't want to copy ssh key's at build time, use root…