NFS is an acronym for Network File System, a network file system developed by Sun Microsystems most often associated with the Unix family of operating systems.
I have the following in my Vagrantfile: config.vm.network :private_network, ip: "10.0.0.103" config.vm.synced_folder ".", "/vagrant/", type: "nfs" …
vagrant nfs vagrantfile