Hacker News new | ask | show | jobs
by gigatexal 1367 days ago
Having to prepare container specific folders on the Docker host to run stuff is a bit annoying. Surely you can map these from the local BSD machine?
3 comments

you'd probably need to either use a sidecar injection mechanism like mutagen, or you would have to pass thru the filesystem to the underlying vm at a high enough level such that docker could access all the directories.
9p? Namespaces..
nfs?