my goal is to get a container which is able to access a server directory. Needed for a python script. My problem is that I am not able to create a volume where the data is shared.
Server directory got some csv data files, and these files I want to get into the container. These files will be updated from the Server so it is important that these files are no copys, they should be the same files and a kind of shared folder.
At the moment I was only able to create a connection to the server path. Docker Version: v19.03.8
May you are able to help?
kind regards, Lucas