Mount cert store volume

I want to mount the cert:/localmachine/my volume from the host to the container.
How do I find out the host and destination path for the local machine store that is understandable in docker file
FROM xx
VOLUME [“cert:/localmachine/my”,“cert:/localmachine/my”]
WORKDIR XX