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

No direct support, but you can use scripts like https://github.com/adlogix/docker-machine-nfs to do the mount sharing yourself.
Couldn't you use ssh and build something with sshfs?
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.