Skip to content

Instantly share code, notes, and snippets.

@j1n3l0
Created July 26, 2018 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j1n3l0/0e1bcb34597c72ac8df9282ea99da219 to your computer and use it in GitHub Desktop.
Save j1n3l0/0e1bcb34597c72ac8df9282ea99da219 to your computer and use it in GitHub Desktop.
vagrant up warning
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