Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

How do I remove a Vagrant box from global-status, after deleting that box from the filesystem?

I deleted a folder containing a running Vagrant box before realising it was still running. How can I delete it …

vagrant virtualbox
Convert Amazon EC2 AMI to Virtual or Vagrant box

I'd like to copy the disk image of a running EC2 instance (grab the AMI) and import it into virtual …

amazon-ec2 virtualbox vagrant ec2-ami packer
How can Vagrant forward multiple ports on the same machine?

I'm wondering how to setup a Vagrant file that will put up a machine with two ports forwarded. This is …

vagrant portforwarding
How to skip role executing in Ansible

I try to write the playbook.yml for my vagrant machine and I'm faced with the following problem. Ansible prompt …

deployment webserver vagrant administration ansible
Usage of loopback devices is strongly discouraged for production use

I want to test docker in my CentOS 7.1 box, I got this warning: [root@docker1 ~]# docker run busybox /bin/echo …

docker vagrant virtualbox
Laravel homestead IP address not working

I’m using Laravel Homestead 2.0 for my VM and am trying to serve my sites on the default IP address …

php laravel vagrant virtualbox homestead
Chef: Why are resources in an "include_recipe" step being skipped?

Chef seems to be processing resources in a strange order, causing my build to fail. My main recipe (mytardis-chef/site-cookbooks/…

provisioning chef-infra vagrant
Update a Vagrant Box?

I have updated a box vagrant box update and now when I run vagrant up it boots into the old …

vagrant vagrantfile
Using Vagrant to set up a VM with KVM/qemu without VirtualBox

I'm getting started Vagrant and want to use it with KVM/qemu (and the Virtual Machine Manager GUI), instead of …

vagrant qemu devops vagrantfile kvm
Using vagrant and homestead for multiple sites and per project installation

I have been using XAMPP for quite a time, and after discovering Laravel and finding out, that I quite like …

php laravel vagrant homestead