I start a docker linux container on windows 10 and I use -v D:\workspace:/home/work/workspace
to map the disk into the container, by which I can persist my linux workspace. Then I ran mkdir /home/work/workspace/aux
in the container but I failed because the directory aux
is not able to be created on windows.
So Anybody can help me?