Can one see the path of the mounted folder from inside the container?

I have a pipeline that uses different docker images/containers, and one creates a list of files for the second to use. The problem is that the files should be in absolute paths of the host.

Is there any way to tell FROM WITHIN THE container which folder corresponds to folders on the host? See which mounts exist.

I think this would be the equivalent of the inspect command on the host.

Thanks in advance!