You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ To use your own VNC client, you just need:
28
28
29
29
Where port 5900 is exposing the VNC Server port.
30
30
31
+
## Sound
32
+
To enable sound, you'll need to add `-v /run/user/$UID/pulse/native:/run/user/$UID/pulse/native --env PULSE_SERVER=unix:/run/user/$UID/pulse/native --user $(id -u)` to your argument list. This will expose the Pulse Audio server from your host to the container.
33
+
31
34
# Customization
32
35
Containers that build on this will be able to have scripts run inside the Fluxbox window manager. Any custom scripts can be placed in /opt/startup_scripts.
0 commit comments