Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

vagrant up error : default: Error: Connection timeout. Retrying

I am new to vagrant tool. I am using Ubuntu 13.04 my project directory is "/var/www/project". I have set …

ubuntu vagrant virtualization vagrantfile
Display the time it takes each vagrant ansible task to complete

I'm converting a vagrant provisioner from shell to ansible and I was wondering if there's any option to show the …

task benchmarking vagrant provisioning ansible
Changing Vagrantfile causes "vagrant ssh" to prompt for a password?

I've been playing around with setting up an environment using Vagrant, and I'm having an issue with the vagrant ssh …

ssh vagrant vagrantfile
Drupal very slow in Vagrant environment

I've begun migrating a lot of our development environments to Vagrant. So far, this has been great for almost everything, …

drupal drupal-7 vagrant
Getting a LAMP stack running on a Vagrant VM (under Windows 7 host), full instructions?

I have a Vagrant VM standard issue lucid32.box running. What would the complete instructions be to set up LAMP …

windows-7 virtual-machine lamp vagrant knife
Upgrading Vagrant in Ubuntu 16.04

I currently have Vagrant 1.8.1 installed in my Ubuntu 16.04 I'm thinking to upgrade it to Vagrant 2.0.0 The problem is I'm not …

ubuntu vagrant virtual-machine vagrantfile apt-get
Vagrant disable SSH Agent

Getting the following when I am trying to run Vagrant up. Have tried to re-provision etc. Even tried rolling back (…

ssh vagrant varying vvv-wordpress
Use host networking and additional networks in docker compose

I'm trying to set up a dev environment for my project. I have a container (ms1) which should be put …

networking docker vagrant docker-compose devops
How can I convert a Docker image into a (vagrant) VirtualBox box?

I've been looking at Packer.io, and would love to use it to provision/prepare the vagrant (VirtualBox) boxes used …

virtualbox vagrant docker packer
Having problems accessing port 5000 in Vagrant

I am trying to teach myself Flask in a Vagrant environment. I understand that Flask runs a server on port 5000 …

python networking flask vagrant vagrantfile