Where is the user's home directory, specifically ~/.ssh
, in a python3.* docker image?
I need to add a specific SSH key to an image so it can access a private git repo at run-time.
Articles like this explain how to do this, but it still depends on the underlying image, and I don't know what the "python" image is based on, since it doesn't conform to any standard Linux distro.