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

adb keys #12

Open loic001 opened 1 year ago

loic001 commented 1 year ago

Great project thanks!

I need ADB. If I undestand well I need to copy my host adbkey.pub to /data/misc/adb/adb_keys on the device right ? (according to readme)

My question is how I can do that without editing/rebuilding the Dockerfile ? For example if I want to dynamically add new keys.

Thanks for your help

tuoeg commented 1 year ago

Great project thanks!

I need ADB. If I undestand well I need to copy my host adbkey.pub to /data/misc/adb/adb_keys on the device right ? (according to readme)

My question is how I can do that without editing/rebuilding the Dockerfile ? For example if I want to dynamically add new keys.

Thanks for your help

do you solve the issue?