diff options
| author | routmoute <[email protected]> | 2022-02-01 11:19:08 +0100 |
|---|---|---|
| committer | routmoute <[email protected]> | 2022-02-01 11:19:08 +0100 |
| commit | 142dad2593ae56f0c1383e579f8058f567236c58 (patch) | |
| tree | f9b0a6c08d0b91dc2b84b40925012eab343fdaaa | |
| parent | Fix jack (diff) | |
| download | docker-osx-142dad2593ae56f0c1383e579f8058f567236c58.tar.xz docker-osx-142dad2593ae56f0c1383e579f8058f567236c58.zip | |
README: add PulseAudio with WSLg
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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: |