Top "Vagrant-plugin" questions

Vagrant plugins are used to change how Vagrant does something or to add extended functionality to Vagrant.

Vagrant was unable to mount VirtualBox shared folders

Current setup: Virtualbox 5.1.20 with Vagrant 1.9.3 Previous working setup: Virtualbox 5.1.18 with Vagrant 1.9.3 I installed the latest version of Virtualbox and tried …

vagrant virtualbox vagrant-plugin
What exactly does Vagrant snapshot save?

I use Vagrant on VirtualBox. Yesterday, I saved a snapshot of my project by running: $ vagrant snapshot save 'my-project-date-time' Today, …

vagrant snapshot vagrant-plugin