README: add PulseAudio with WSLg

This commit is contained in:
routmoute 2022-02-01 11:19:08 +01:00
parent b0ac21a94a
commit 142dad2593

View File

@ -772,6 +772,17 @@ docker run \
sickcodes/docker-osx pactl list 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) ### 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: It's possible to forward additional ports depending on your needs. In this example, we'll use Mac OSX to host nginx: