{ "categories": [ "Other", "Tools" ], "description": "Android in Docker! Run KVM Android x86 in Docker!", "env": [ { "default": "-display none -vnc 0.0.0.0:99,password=off", "label": "EXTRA", "name": "EXTRA" } ], "repository": { "stackfile_amd64": "stack/dock-droid.yml", "url": "https://github.com/pi-hosted/pi-hosted/" }, "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/dock-droid.png", "name": "dock-droid-vnc", "note": "You will need QEMU and some other dependencies on your host:
sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager

Then, enable libvirt and load the KVM kernel module:
sudo systemctl enable --now libvirtd
sudo systemctl enable --now virtlogd

sudo modprobe kvm<

echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs


If you enable the password in the QEMU console, type change vnc password user
", "officialDoc": "https://github.com/sickcodes/dock-droid", "platform": "linux", "title": "Droid Docker VNC", "restart_policy": "unless-stopped", "type": 3, "videoID": "N.Extra4", "webpage": "https://hub.docker.com/r/sickcodes/dock-droid" }