We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0ac21a + 142dad2 commit 3621847Copy full SHA for 3621847
README.md
@@ -772,6 +772,17 @@ docker run \
772
sickcodes/docker-osx pactl list
773
```
774
775
+#### PulseAudio with WSLg
776
+
777
+```bash
778
+docker run \
779
+ --device /dev/kvm \
780
+ -e AUDIO_DRIVER=pa,server=unix:/tmp/pulseaudio.socket \
781
+ -v /mnt/wslg/runtime-dir/pulse/native:/tmp/pulseaudio.socket \
782
+ -v /mnt/wslg/.X11-unix:/tmp/.X11-unix \
783
+ sickcodes/docker-osx
784
+```
785
786
### Forward additional ports (nginx hosting example)
787
788
It's possible to forward additional ports depending on your needs. In this example, we'll use Mac OSX to host nginx:
0 commit comments