redroid-doc
redroid-doc copied to clipboard
Build on top of redroid Docker Image
Thanks for your hard work. This is an amazing project.
Is there a way we can build on top of redroid Docker Image?
More specifically, I want to build a image with some custom APK installed and a Service Launched(can be done via adb shell am ...)
Is it possible to do this via something like:
FROM redroid/redroid:12.0.0_64only-latest
COPY a.apk /data/
RUN run_in_android pm install /data/a.apk
ENTRY [run_in_android, am, start, ...]
Is this possible?
Yeah, look at this for reference: https://github.com/ayasa520/redroid-script