sickcodes / dock-droid

Docker Android - Run QEMU Android in a Docker! X11 Forwarding! CI/CD for Android!
https://hub.docker.com/r/sickcodes/dock-droid
GNU General Public License v3.0
1.02k stars 75 forks source link

some missing explains - cannot seem to login to quemu console after launch #5

Open dreamcat4 opened 2 years ago

dreamcat4 commented 2 years ago

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 vnc password?

But also IDK where which folders this is gets written, for a persistant configuration between restarts. For example i would like to bind mount a docker volume onto that folder. To remount it and keep the vnc password setting. So that the container can be re-created. But still keep that initial setup.

What i tried:

error: failed to connect to the hypervisor
error: Operation not supported: Cannot use direct socket mode if no URI is set

so maybe there is someting like a local unix socket in the container? to connect to, to gain access to that quemu session? or something like that?

This areas does not seem covered in docs just yet. So if you can give any small help would really appreciate that. Thank you!

dreamcat4 commented 2 years ago

ok i have now tried docker attach to connect the tty to qemu-system. however when i type help nothing happens, there is no output. So maybe the io redirection has not worked.

so if you can shed any light on that it would be appreciated thanks

sickcodes commented 2 years ago

I should enable the qemu console in dock droid

sickcodes commented 2 years ago

The console is in the QEMU window, just tap Enter

Screenshot_2021-10-25_22-04-24