Y
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
whalesalad
1367 days ago
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.
link
nix23
1366 days ago
9p? Namespaces..
link
somat
1367 days ago
nfs?
link