Top "Vagrant-windows" questions

The windows version of the vagrant tool.

Vagrant Error: Unable to Mount VirtualBox Shared Folders (Guest Additions, vboxsf)

The Issue I installed Vagrant on Windows 10 so I can create a personal local development environment in a virtual machine. …

windows vagrant virtualbox shared-directory vagrant-windows
How to automatically select bridged network interfaces in Vagrant?

What should I add in Vagrant file to prevent asking (after vagrant up command) Which interface should the network bridge …

vagrant vagrantfile vagrant-windows
Installing Composer with Vagrant

I have successfully installed Vagrant along with some boxes on my Windows PC. I got to say it works awesome, …

vagrant composer-php vagrant-windows
Vagrant Warning: Connection refused. Retrying

Testing default example $ vagrant init hashicorp/precise32 $ vagrant up My box: Windows 8.1 VirtualBox 5.0.2 Vagrant 1.7.4 Intel i7-4700MQ CPU witch …

vagrant virtualbox vagrant-windows
Vagrant Command Stopped Working: Command not Found on WIndows

I've been trying to fire up vagrant from the Homestead folder on Windows but keeps showing bash: vagrant: command not …

vagrant vagrant-windows
VBoxManage: error: Failed to create the host-only adapter (II)

This error has previously been reported in post: VBoxManage: error: Failed to create the host-only adapter and it keeps reoccurring …

vagrant virtualbox vagrant-windows
How to fix Vagrant error: `private_key_path` file must exist:

I've been using PuPHPet to create virtual development environments. Yesterday I generated a config file for a new box. When …

ssh vagrant vagrantfile puphpet vagrant-windows
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 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 ssh connect to host 127.0.0.1:2222 port 22: Bad file number

Whenever I try to connect to my local Vagrant, I get this error when I run ssh [email protected]:2222 from the …

ssh vagrant vagrant-windows