Top "Virtualization" questions

Virtualization is the creation of a virtual (rather than actual) version of something, such as a hardware platform, operating system, a storage device or network resources

Virtual (fake) primary monitor in Windows 10?

I have a bunch of automated UI tests that currently require a physical monitor to run. Can I somehow create …

virtualization ui-testing gui-testing
in qemu/kvm, can I mount a host partition as a virtual disk drive?

I have a new laptop with a Windows partition and a Linux partition. I want to run qemu/kvm under …

virtualization qemu kvm
Proxmox 5.x vzdump-qemu.vma.gz to VMWARE or VirtualBox convert

How can I convert from Proxmox 5.x vzdump qemu virtual machine image to VMWARE or VirtualBox? I want to run …

virtual-machine vmware virtualization proxmox vmdk
Creating a virtual machine image as a continuous integration artifact?

I'm currently working on a server-side product which is a bit complex to deploy on a new server, which makes …

continuous-integration hudson vmware virtualization
Is there a maximum number of CPU's that a VirtualBox could bare?

I am using VirtualBox 5.1 running in a host with 48 CPU's and 250GB of RAM the virtual machine that I am …

multithreading virtualbox cpu virtualization starvation
What is meant by shared kernel in Docker?

In Docker ,guest OS share same kernel as Host OS have . Can someone elaborate more on it. Let I have …

docker virtualization
virtualbox ose windows binaries

Sun's virtualbox windows binaries are under 'non-commercial' license so can't be used in any company. But source code is GPL. …

windows licensing virtualization gpl virtualbox
Docker desktop crash on start up in Windows 10

I installed docker desktop on Windows 10 through 'Docker Desktop Installer'. After installation I logged off and logged in. It crashes …

docker windows-10 virtualization hypervisor
Is VirtualBox NAT networking fundamentally different than VMWare NAT?

I'm trying to debug a problem I'm having understanding the difference between the NAT network adapter in VirtualBox and the …

networking virtualbox virtualization vmware-fusion
Should I use vagrant resume or vagrant up?

After learning for a couple of days I am happy to have successfully set-up my VM and run the Laravel …

vagrant virtual-machine virtualization