Permission and ownership managment

Currently playing with docker for windows and I cannot change the privilege or ownership of any volumes mounted from my windows host.
I know this does not work currently, have looked at lots of threads about this. However what is not clear on any of these threads is if this is something that is going to be resolved?

Kind Regards,
Steve

Hi Steve,

I’ve faced with permissions’ issue on latest stable version, when container’s app tried to write into mounted folder.

But it seems to be resolved in latest beta version. I could successfully mount volume via docker-compose.yml and use it within container in write mode.