What I want is to move my development from Linux to Windows, using Docker's Tools (Kinematik, Machine, Compose). I'm still developing web applications supposed to be running on Linux in production, of course.
Easy part is to install Tools and clone a repo. This way repo with a source code is in Window's host file system, but running in Linux via containers.
Difficult part is when I edit files, save it back and commit via git, the file's permission is 0777 and it doesn't respect existing (before editing) permissions.
How it could be sorted?