Created
November 9, 2012 00:49
-
-
Save dsimmons/4043002 to your computer and use it in GitHub Desktop.
Vagrant NFS
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
| # Make Vagrant faster! | |
| config.vm.network :hostonly, "33.33.33.10" | |
| config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment