Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

How do I SSH into the boot2docker host vm that the Vagrant 1.6 Docker Provider sets up?

I'm on OSX and I'd like to be able to SSH into the host vm in order to: Get access …

vagrant docker boot2docker
How to debug "Vagrant cannot forward the specified ports on this VM" message

I'm trying to start a Vagrant instance and getting the following message: Vagrant cannot forward the specified ports on this …

vagrant
Vagrant up timeout

Having some issues to get my vagrant up, Got the box, run vagrant init and after vagrant up command I …

timeout vagrant virtualbox vagrantfile
How to access Vagrant Box in public network

I had created on e box inside vagrant. In the Vagrantfile, I had given the network as Create a private …

vagrant vagrantfile
vagrant up failed, /dev/vboxnetctl: no such file or directory

Can be useful, I found this error. The common solution is reinstall virtualbox but there are a better way. Solution …

virtualbox vagrant
Unable to vagrant up - how to set "providers"

I am trying run vagrant but after vagrant up error appears: No usable default provider could be found for your …

vagrant virtualbox vagrantfile
Vagrant error: NFS is reporting that your exports file is invalid

I am trying to set up the Discourse development environment using these instructions. However when I run Vagrant I get …

export vagrant nfs discourse
How to run several boxes with Vagrant?

I need to run several boxes with Vagrant. Is there a way to do that? These don't relate one to …

vagrant
How to upgrade to VirtualBox Guest Additions on VM box?

I've got the latest version of VirtualBox installed on my desktop (4.3.4). I'm using Vagrant to run a VM based on …

ubuntu vagrant virtualbox
How can I create a VM in Vagrant with VirtualBox with two CPUs?

On Windows 7 64 bit trying to start up a VM (Ubuntu 32 bit). I'm having trouble getting my VM to show two …

vagrant