You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2018. It is now read-only.
This is related to boot2docker/boot2docker#284. If the boot2docker VM has some way of mounting directories on the host machine, it is pretty useless unless this is exposed somehow in the CLI.
The simplest and most powerful option I can see is automatically mounting your home directory at the same place inside the VM. For example, mounting /Users/ben on OS X at /Users/ben inside the VM. This works brilliantly for Docker volumes, because you can run docker run -v .:/code ... and it Just Works because . expands to /Users/ben/....
It could also mount the entirety of /Users, but I'm not sure on the details of how the permissions would work.