Hello. How would I got about adding authentication (like an SSH key) to be able to sync the wiki with my git remote?
What is the recommended approach?
- Create a ssh key in my host and map the file into container
- How do I add the ssh key to the agent inside the container?
- Manually perform something like
docker exec into the container, and create the ssh configuration?
- I feel like manually performing something inside a docker container is contradictory to the purpose of docker containers. I would have to do this again if i ever recreate the container or something similar
What is the recommended approach? I think the documentation is very lackluser on this topic, it just links to githubs documentation of how to add an ssh key
Thanks for the help!
Hello. How would I got about adding authentication (like an SSH key) to be able to sync the wiki with my git remote?
What is the recommended approach?
docker execinto the container, and create the ssh configuration?What is the recommended approach? I think the documentation is very lackluser on this topic, it just links to githubs documentation of how to add an ssh key
Thanks for the help!