maxheld83 / byod

make life easier with r projects and docker
MIT License
0 stars 0 forks source link

pass git credentials into container #6

Open maxheld83 opened 5 years ago

maxheld83 commented 5 years ago

currently, git inside the container does not know my git credentials, which can make using git inside the container hard.

Though this is a little dicey and needs to be done safely.

Also, there's the question of whether people really should be using git inside the container.

maxheld83 commented 5 years ago

related to, but slightly different from https://github.com/soztag/fossos/issues/147

maxheld83 commented 5 years ago

these instructions for doing this on rstudio.cloud might be helpful https://maurolepore.github.io/cloudgithub/

Or maybe we just have to save this into the docker environment. Not sure how to script this.