mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-31 02:26:44 +10:00
devices
This commit is contained in:
parent
c3553fcb11
commit
5f8dc11393
1 changed files with 7 additions and 0 deletions
|
|
@ -14,7 +14,14 @@ docker run \
|
|||
--cap-add SYS_PTRACE \
|
||||
--cap-add NET_ADMIN \
|
||||
--detach \
|
||||
--device /dev/dri \
|
||||
--device /dev/snd \
|
||||
--device /dev/tty0 \
|
||||
--device /dev/tty1 \
|
||||
--device /dev/tty2 \
|
||||
--device /dev/tty3 \
|
||||
--device /dev/tty4 \
|
||||
--device /dev/video0 \
|
||||
--env DESKTOP_ENVIRONMENT_USER \
|
||||
--env DISPLAY=:0 \
|
||||
--group-add audio \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue