According to boot2docker docs:
The first of the following share names that exists (if any) will be automatically mounted at the location specified:
- Users share at /Users
- /Users share at /Users
- c/Users share at /c/Users
- /c/Users share at /c/Users
- c:/Users share at /c/Users
In my case I can see an automount for c:/Users. However how do i push a war from c:/Users to the tomcat webapp folder on the VM created by boot2docker.