Y
Hacker News
new
|
ask
|
show
|
jobs
by
TheMakeA
3882 days ago
Does anyone know if Docker Toolbox supports NFS (or something faster than VBox Shared Folders) yet?
2 comments
zenlikethat
3882 days ago
No direct support, but you can use scripts like
https://github.com/adlogix/docker-machine-nfs
to do the mount sharing yourself.
link
picozeta
3882 days ago
Couldn't you use ssh and build something with sshfs?
link
picozeta
3881 days ago
May I ask, why this was downvoted? Isn't the idea of vbox's shared folders to provide a convenient data exchange with the host OS? If one puts ssh into the docker container, the host may mount a container's directory into its tree.
link