Impossible to user content from my local drive on windows

Hello,

I have tried for the past days to install and use dockers on windows 10 (home). After many efforts to install and make it works ( for unknown reasons, i need to install it at each start of windows , after that it doesnt work anymore …)

my main problem is when i do that :

docker run -v c:/test:/var/www/html -p 80:80 lavoweb/php-7.2

I have this message in my logs :
Warning : Unknown: failed to open stream: Operation not permitted in Unknown on line 0

I guess docker cannot read corredtly my test directory, but i don’t know what to do, in the last version there is no “share drive option” and as far as i have searched ( not well i guess :slight_smile: ) i didn’t find anything.

I am , for the moment, just looking to create a simple dev env with my local source files.

Thx !