redroid-doc
redroid-doc copied to clipboard
Request no root image Based on the doc to build a new image, is that possible to build a image base on redroid?
You can build new redroid images based on officially published (check Native Bridge Support as an example).
You can customize redroid image either via Dockerfile
or docker commit
. Should change shell
to /system/bin/sh
(SHELL ["/system/bin/sh", "-c"]
)