Add some suggestions for other things to bind mount
This commit is contained in:
parent
de25195a0b
commit
d915542a01
@ -11,10 +11,20 @@ BindReadOnly=/usr/share/icons/Paper
|
|||||||
Bind=/storage/user-data/primary-home:/home/user
|
Bind=/storage/user-data/primary-home:/home/user
|
||||||
BindReadOnly=/storage/citadel-state/resolv.conf:/etc/resolv.conf
|
BindReadOnly=/storage/citadel-state/resolv.conf:/etc/resolv.conf
|
||||||
|
|
||||||
|
#
|
||||||
|
# Bind mounts for sound and pulse audio
|
||||||
|
#
|
||||||
Bind=/dev/snd
|
Bind=/dev/snd
|
||||||
Bind=/dev/shm
|
Bind=/dev/shm
|
||||||
Bind=/run/user/1000/pulse:/run/user/host/pulse
|
Bind=/run/user/1000/pulse:/run/user/host/pulse
|
||||||
|
|
||||||
#Bind=/run/user/1000/wayland-0:/run/user/host/wayland-0
|
#
|
||||||
|
# Uncomment to enable kvm access in container
|
||||||
|
#
|
||||||
#Bind=/dev/kvm
|
#Bind=/dev/kvm
|
||||||
|
|
||||||
|
#
|
||||||
|
# Uncomment to enable GPU access in container
|
||||||
|
#
|
||||||
|
#Bind=/dev/dri/renderD128
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user