redroid-doc icon indicating copy to clipboard operation
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?

Open Arios509 opened this issue 2 years ago • 1 comments

Arios509 avatar Aug 20 '22 10:08 Arios509

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"])

zhouziyang avatar Aug 21 '22 03:08 zhouziyang