My undefined mount behavior will cause what?

When I run

docker run --name container_name -v /home/dir:/dir container_name

What will happen on my Windows PC? It doesn’t have any driver can be accessed through HOME:/ or /home.

If you run a linux container on Docker Desktop for Windows, it should mount /home/dir from the virtual machine where the docker containers are running.

Well, thanks a lot! :heart: