diff options
| author | sickcodes <[email protected]> | 2022-02-08 02:07:54 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-08 02:07:54 +0000 |
| commit | 3621847c23cd6f27b355b198569cc8823d230a17 (patch) | |
| tree | f9b0a6c08d0b91dc2b84b40925012eab343fdaaa | |
| parent | Fix jack (diff) | |
| parent | README: add PulseAudio with WSLg (diff) | |
| download | docker-osx-3621847c23cd6f27b355b198569cc8823d230a17.tar.xz docker-osx-3621847c23cd6f27b355b198569cc8823d230a17.zip | |
Merge pull request #442 from routmoute/master
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: |