Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

Is there a Vagrant box that simulates a Raspberry Pi?

I am looking at evaluating a tool-chain for programming ARM chips with a Raspberry Pi and I would like to …

raspberry-pi vagrant raspbian
Best way to install docker on Vagrant

I want to create several VMs that have docker pre-installed. What is the best/recommended way to go about this? …

docker vagrant vagrant-provision
How is deployment to Production done from local VirtualBox / Vagrant development environment?

Recently I started to read about building development environments with virtualization software (I am a beginner) and it seems that …

vagrant virtualbox chef-infra puppet continuous-deployment
What does it mean to provision a virtual machine?

I see the word "provisioning" used everywhere with virtualization but I can't seem to find a clear definition of it …

vagrant virtual-machine virtualbox vmware virtualization
Laravel Homestead/Vagrant/Virtualbox is slow on Windows

I have installed Laravel Homestead/Vagrant/Virtualbox on Windows as it said on official site But it is really slow. …

vagrant virtualbox homestead
Ansible SSH forwarding doesn't seem to work with Vagrant

OK, strange question. I have SSH forwarding working with Vagrant. But I'm trying to get it working when using Ansible …

ssh vagrant ansible ssh-agent
vagrant synced folders not working real-time on virtualbox

my synced folders are not working properly, they are synced one-time at start but when I make changes on the …

linux vagrant virtualbox vagrantfile synced-folder
How can I get ruby-debug-ide to work?

I can't get my ruby-debug-ide to work properly. I have a basic rails app, and I would like to debug …

ruby ruby-on-rails-4 vagrant ruby-debug ruby-debug-ide
What is Vagrant Homestead root password?

I have installed Homestead with vagrant box add laravel/homestead vagrant init vagrant up I can login with user vagrant:…

laravel vagrant homestead
Laravel homestead not mapping my code folder

I am trying to get homestead to work after following the instructions here I have Virtualbox 5.0.6 and Vagrant 1.7.4 on windows 8. …

laravel vagrant virtualbox homestead