Skip to main content

All Questions

0 votes
1 answer
769 views

Vagrant shell commands aren't being run on the guest OS box

I have the following Vagrant file: Vagrant.configure("2") do |config| config.vm.box = "laravel/homestead" config.vm.provision "shell", inline: <<-SHELL ...
neubert's user avatar
  • 7,212
0 votes
1 answer
1k views

How to setup vagrant-sshfs for work properly in Win10 with Hyper-V?

I am trying to setup Vagrant and Hyper-V and it is almost done but folder sharing is failing because I refuse to use SMB and instead I want to use vagrant-sshfs. It is know that in Windows system ...
ReynierPM's user avatar
  • 385
1 vote
1 answer
2k views

"vagrant up" and VirtualBox Crashes Windows 10

I'm trying to get a vagrant box for ubuntu and running on my windows machine, and every time I type in "vagrant up" I get a BSOD. I've turned off Hyper-V in windows as this was the suggested fix. The ...
PapaJer's user avatar
  • 11