Açıklama Yok

Fabian Peter Hammerle cb285484de fetch required group ids from respective files instead of relying on matching /etc/group 3 yıl önce
Dockerfile 089a8e92cb launch i3 via startx (kbd & mouse non-functional) 3 yıl önce
README.md cb285484de fetch required group ids from respective files instead of relying on matching /etc/group 3 yıl önce

README.md

TODO drop caps

sudo docker build -t xorg-test .
sudo docker run --rm -it \
    --device /dev/tty0 --device /dev/tty2 --group-add $(stat --format=%g /dev/tty0) \
    --device /dev/dri --group-add $(stat --format=%g /dev/dri/card0) \
    --device /dev/input --group-add $(stat --format=%g /dev/input/event0) \
    --userns host --cap-add SYS_ADMIN --security-opt no-new-privileges \
     xorg-test