Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

How to set up gateway of public network in vagrant

I am setting up my Virtualbox Centos VM with vagrant. I am setting up with a public network. config.vm.…

networking virtualbox vagrant centos6 gateway
How to import database into vagrant mysql?

In window cmd ,I usually do like this and it is working C:\Users\davi> mysql -u root -p …

mysql vagrant vagrant-windows
Vagrant up causes guest additions to reinstall each time, why?

Ive had to move onto a new laptop running windows 10, so I have installed the latest Virtual box (6) and vagrant (2.2.6). …

vagrant virtualbox virtualbox-guest-additions
Vagrant can't use the requested machine because it is locked

I have tried to access my projects sites that I have set up on homestead, they were working all fine …

laravel vagrant virtual-machine homestead
set up a vhost with vagrant

I'm having troubles with setting a vhost with vagrant. I've configured my host file on my host (192.168.33.10 local.dev). Yet …

vagrant vhosts
NFS Fails after packaging a Vagrant box

I'm facing an odd problem with (re)packaging a Vagrant box and hope that maybe someone can tell me in …

virtualbox nfs vagrant
Multiple providers in a single vagrant file?

I've got a vagrant file that builds a local VM. I want to add the EC2 provider and have the …

vagrant vagrantfile
Vagrant ssh promtps for password

I have a strange problem with vagrant ssh. Similar questions, like Vagrant asks for password after SSH key update, or (…

vagrant vagrant-windows
Vagrant, Docker, Puppet, Chef

I don't understand even the basic difference between the services in the title. Do these services just provide software to …

docker vagrant chef-infra puppet
Laravel Homestead vagrant up times out

I'm following the official guide for running Laravel 5.1 on Homestead. But when I try vagrant up it hangs up at …

laravel ssh vagrant laravel-5.1 homestead