redroid-doc icon indicating copy to clipboard operation
redroid-doc copied to clipboard

Build on top of redroid Docker Image

Open wsmlby opened this issue 7 months ago • 1 comments

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?

wsmlby avatar May 01 '25 05:05 wsmlby

Yeah, look at this for reference: https://github.com/ayasa520/redroid-script

p0358 avatar May 07 '25 17:05 p0358