open-wa / wa-avd-docker

A Docker image based on Ubuntu Desktop with VNC and noVNC access, that runs a lightweight Android Virtual Device with WhatsApp pre-installed.
https://hub.docker.com/r/yodascholtz/docker-android-whatsapp-avd/
Other
135 stars 40 forks source link

KVM Acceleration #12

Open lucashz opened 3 years ago

lucashz commented 3 years ago

You can't run a VM-accelerated emulator inside another VM, such as a VM hosted by VirtualBox, VMWare, or Docker. You must run a VM-accelerated emulator directly on your host computer.

image

Anyone, can help me?

xeniter commented 3 years ago

kvm allows nested virtualization, however performance should be...

https://ostechnix.com/how-to-enable-nested-virtualization-in-kvm-in-linux/

kevineduardo commented 3 years ago

Just enable nested virtualization on your hypervisor. And that should go away.