I have a Rock 5B+ single-board computer, and I want to run Redroid on the Armbian system, but it doesn't work properly

Fellow forum members, has anyone solved this problem? I installed Docker using the Ubuntu image from the Armbian website and ran the following command:

docker run -itd --privileged
-v /home/rock/data:/data
-v /dev/mali0:/dev/mali0
-p 5555:5555
–name dobox2
registry.cn-hangzhou.aliyuncs.com/whsyf/dobox:rk3588-202303011

But it fails to start and connect properly.

Do you even have /dev/mali0?