Last active
April 5, 2017 13:51
-
-
Save mackhankins/9278380 to your computer and use it in GitHub Desktop.
Vaprobash Windows Vagrant with NFS false
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# first you should try the NFS vagrant plugin (https://github.com/fideloper/Vaprobash/issues/146) | |
# Below is another option if that doesn't work. | |
# Use NFS for the shared folder | |
config.vm.synced_folder ".", "/vagrant", | |
id: "core", | |
:nfs => false, | |
:mount_options => ["dmode=777", "fmode=777"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment