Top "Virtualbox" questions

[Notice: Only programming-related questions are on-topic] Oracle VM VirtualBox is an x86 virtualization software package, now developed by Oracle Corporation

VirtualBox error on MacOS Sierra

I am using virtualbox+vagrant for running a virtual machine for development purposes. It was running perfectly fine before I …

vagrant virtualbox vbox macos-sierra
Android on virtualBox gets stuck after idle

I am running a VirtualBox with android-x86 (as a replacement for the ultra-slow AVD emulator). Its a Linux VirtualBox running …

android virtualbox android-x86
Mount shared folder (vbox) as another user

I'm sorry to ask this in here, but I tried serverfault and didn't get any answer for 4 days. The related …

ubuntu virtualbox ubuntu-10.04 mount
Why does virtual box vboxheadless process using Vagrant use 100% of my cpu?

So I'm using a couple vagrant boxes and when i have them up, "sometimes/randomly" it starts to take up 100% …

vagrant virtualbox homestead
Access Docker from external machine in network

Is it possible to access an docker service from an external device? I built the service via fig and exposed …

macos virtualbox docker fig
How to set vagrant virtualbox video memory

I have googled this and can't find what command allows me to allocate the video memory for when using vagrant …

virtualbox vagrantfile
Can't start my virtual Box machine after installing Docker on Windows

To learn ArchLinux, I installed and using ArchLinux in a VirtualBox machine. It runs perfectly. Now I installed Docker on …

windows docker virtual-machine virtualbox archlinux
Vagrant synced folder permissions

I have set up a synced folder in Vagrant, from my Windows host to the guest. Initially the permissions on …

vagrant virtualbox vagrantfile
Multi VM in one Vagrantfile. Could I set different memory size for each of them?

config.vm.define :web do |web_config| web_config.vm.box = "saucy" web_config.vm.host_name = "web" web_config.…

virtualbox vagrant vagrantfile
Docker + Virtual Box = VT-x is not available (VERR_VMX_NO_VMX)

I installed docker. During installation, it complained that you can't have two virtualization environments, and that it would make docker …

docker virtual-machine virtualbox