dock-droid icon indicating copy to clipboard operation
dock-droid copied to clipboard

Docker Android - Run QEMU Android in a Docker! X11 Forwarding! CI/CD for Android!

Results 22 dock-droid issues
Sort by recently updated
recently updated
newest added

Unable to start the bliss os image using: ``` bash docker run -it \ --device /dev/kvm \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -p 5555:5555 \ sickcodes/dock-droid:latest ``` I've installed...

Hey team, I checked that you guys are also working in support of non-KVM environments like AWS cloud. Is there any timeline for the same? or is there any way...

QEMU docs [states][1] that User Networking has poor performance due the need to emulate a whole TCP/IP stack. [TAP][2] networking has the best performance. As reference, [qemu-docker][3] is an image...

Is it possible to map a volume in docker so its visible to android? "Modifying the Android filesystem" seems to do the opposite, though running sudo qemu-nbd --connect=/dev/nbd0 android.qcow2 -f...

Running on Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-81-generic x86_64) after successfully installing pre-req: ``` bridge-utils is already the newest version (1.6-2ubuntu1). libvirt-clients is already the newest version (6.0.0-0ubuntu8.12). libvirt-daemon-system is already...

Hi there, well done for this. However I did not run interactively `-it` to start the container. And now that itś running there seems no way to setup a new...

I want to run dock-droid on ubuntu(x86) which is support KVM, then on dock-droid run an arm (armeabi-v7a) app. Is dock-droid support it?

What's a great project, can support arm64 platform?

just a nitpick, but the sample commands in https://github.com/sickcodes/dock-droid/blob/5a3ed6502f8fe384d462669dc83d80e317d81daf/README.md#vfio-passthrough are for virtio/usb forwarding, not vfio forwarding. vfio forwarding would look like this: ```bash -device vfio-pci,host=04:00.0 ```

I need a kernel with specific config, is it possible to have such kernel?