I am using docker (1.12.3) in my Ubuntu machine. I am running a python script which will send its output to a windows network path (\\my_win_path\c). I am able to execute the python script. Can someone help me with the second part (i.e. sending the output(its a text file) to network location).
This network location is access restricted (only few ids/people have access) and is there anyway that I do not create any dependency on the host machine, as the image I will be creating will be used by lot of other people and they will be using different machines to run the image?