29 lines
1.3 KiB
JSON
29 lines
1.3 KiB
JSON
{
|
|
"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:<br><b>sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager</b><br><br>Then, enable libvirt and load the KVM kernel module:<br><b>sudo systemctl enable --now libvirtd<br>sudo systemctl enable --now virtlogd<br><br>sudo modprobe kvm<<br><br>echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs</b><br><br>If you enable the password in the QEMU console, type change vnc password user<br>",
|
|
"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"
|
|
}
|