Drive mapping issues with company security policies

Hi all,

I am working in a company that has strict security policies on company machines. Some automated scan has detected that my C:\ drive is mapped as a network share under Windows, and they aren’t happy about that. Is there a way to tell Docker for Windows to use the C:\ drive without it mapping it as a network share, or are there any alternatives available?

Thanks,
monodop

You can disable drive sharing, but then you won’t be able to map host-folders into containers.

Is there perhaps some way (or plans) to be able to map a specific folder, instead of an entire drive? Surely, just mapping the entire drive of the host is not the recommended way of interacting with filesystems in docker, right?