I was able to figure the solution after alot of research. For some reason out of the box when you download the docker the docker map pathing is set to host container /home/user/app/ this config isn't correct and its also restricted , seems the correct host container info is /app/user/ only this isn't restricted and once i changed that data started showing up in my appdata folder that it was mapped to.