Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 475 Bytes

openkylin.md

File metadata and controls

21 lines (17 loc) · 475 Bytes

Deploy redroid on openKylin

##############################
## openKylin 2
##############################

chmod 666 /dev/{,hw,vnd}binder

### start redroid
docker run -itd --rm --privileged \
    --pull always \
    -v ~/data11:/data \
    -p 5555:5555 \
    --name redroid11 \
    redroid/redroid:12.0.0_64only-latest

### NOTE:
### You can start only one redroid container at the same time.
### Try enable `binderfs` if want to start unlimit redroid containers.