Hi guys, I use Windows 10, and when I try to use this box I get the following error:
==> default: Mounting shared folders...
Vagrant was unable to mount VirtualBox shared folders. This is usually
because the filesystem "vboxsf" is not available. This filesystem is
made available via the VirtualBox Guest Additions and kernel module.
Please verify that these guest additions are properly installed in the
guest. This is not a bug in Vagrant and is usually caused by a faulty
Vagrant box.
This happens even if I install the vagrant plugin mentioned here which automatically installs the latest Virtualbox guest additions on the first vagrant up.
My Vagrantfile was very simple, barebone:
Vagrant.configure("2") do |config|
config.vm.box = "dduportal/boot2docker"
end
Hi guys, I use Windows 10, and when I try to use this box I get the following error:
This happens even if I install the vagrant plugin mentioned here which automatically installs the latest Virtualbox guest additions on the first vagrant up.
My Vagrantfile was very simple, barebone:
Any idea what do I miss here?