Created
February 29, 2016 11:18
-
-
Save sampart/f190ebd43cc264f404ab to your computer and use it in GitHub Desktop.
Vagrantfile extract - Use NFS if the host operating system supports it
This file contains 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
# ... | |
# Use NFS if the host operating system supports it | |
config.vm.share_folder("v-root", "/vagrant", "./", :nfs => !RUBY_PLATFORM.downcase.include?("w32")) | |
# ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment