aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorroutmoute <[email protected]>2022-02-01 11:19:08 +0100
committerroutmoute <[email protected]>2022-02-01 11:19:08 +0100
commit142dad2593ae56f0c1383e579f8058f567236c58 (patch)
treef9b0a6c08d0b91dc2b84b40925012eab343fdaaa /README.md
parentFix jack (diff)
downloaddocker-osx-142dad2593ae56f0c1383e579f8058f567236c58.tar.xz
docker-osx-142dad2593ae56f0c1383e579f8058f567236c58.zip
README: add PulseAudio with WSLg
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0a18d61..6f9e415 100644
--- a/README.md
+++ b/README.md
@@ -772,6 +772,17 @@ docker run \
sickcodes/docker-osx pactl list
```
+#### PulseAudio with WSLg
+
+```bash
+docker run \
+ --device /dev/kvm \
+ -e AUDIO_DRIVER=pa,server=unix:/tmp/pulseaudio.socket \
+ -v /mnt/wslg/runtime-dir/pulse/native:/tmp/pulseaudio.socket \
+ -v /mnt/wslg/.X11-unix:/tmp/.X11-unix \
+ sickcodes/docker-osx
+```
+
### Forward additional ports (nginx hosting example)
It's possible to forward additional ports depending on your needs. In this example, we'll use Mac OSX to host nginx: