Volume mounts in windows does not work

I was told you must enable the shared drives. See the docs:
https://beta.docker.com/docs/windows/getting-started/#docker-settings

But even running that exact command docker run -v c:/Users:/data alpine ls /data, I am unable to list files in beta 10. With beta 11, the folders do not list either.

5 Likes