How can I run Redroid without the privileged parameter?
CuiZhaoHui opened this issue · 0 comments
CuiZhaoHui commented
Currently, the container exits immediately upon execution, and docker logs got nothing.
Is there any way to determine the reason for the container's exit?
sudo docker run -it --rm \
--name redroid11 -p 5595:5555 \
-v /sys:/sys \
-v /dev:/dev \
-v /proc:/proc \
--device=/dev/fuse:/dev/fuse:rwm \
--device=/dev/ashmem:/dev/ashmem:rwm \
redroid11_11271108 \
--cap-drop=ALL \
--security-opt="apparmor=unconfined" \
--security-opt="seccomp=unconfined" \
--security-opt=no-new-privileges \
--device-cgroup-rule "c : rwm" \
--security-opt \
androidboot.redroid_width=1080 \
androidboot.redroid_height=1920 \
androidboot.redroid_dpi=320 \
androidboot.redroid_gpu_mode=guest