Created
November 18, 2019 10:20
-
-
Save j1n3l0/8fc3b662e1e3269e479e6b0cbc04b19e to your computer and use it in GitHub Desktop.
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
Vagrant is currently configured to create VirtualBox synced folders with | |
the `SharedFoldersEnableSymlinksCreate` option enabled. If the Vagrant | |
guest is not trusted, you may want to disable this option. For more | |
information on this option, please refer to the VirtualBox manual: | |
https://www.virtualbox.org/manual/ch04.html#sharedfolders | |
This option can be disabled globally with an environment variable: | |
VAGRANT_DISABLE_VBOXSYMLINKCREATE=1 | |
or on a per folder basis within the Vagrantfile: | |
config.vm.synced_folder '/host/path', '/guest/path', SharedFoldersEnableSymlinksCreate: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment