Skip to content

Use NFS mounts to pass data between host and containers

Kamil Trzciński requested to merge use-nfs-on-mac into master

This makes to use local volume that on OSX makes the use of NFS server.

NFS is actually implemented on kernel-side, so the random I/O performance seems to be a way better for Darwin.

For all other platforms (non-Darwin), and using lsyncd we continue using bind-mount as before.

Merge request reports