Storage container running on /var/run/docker.sock

HI everybody,

I have a container which monitors others container, so it runs on -v /var/run/docker.sock:/var/run/docker.sock.

In this container, a python program generating a text file.

My question is : where can i find the file (i mean the location) ?

Thank you