[How To]WSL2+WIN11/WIN10 work good #458
Error996
started this conversation in
Show and tell
Replies: 4 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
Can confirm that PulseAudio is required on Win11+WSL2.
docker run \
--device /dev/kvm \
-e AUDIO_DRIVER=pa,server=unix:/tmp/pulseaudio.socket \
-v /mnt/ubuntu22/wslg/runtime-dir/pulse/native:/tmp/pulseaudio.socket \
-v /mnt/ubuntu22/wslg/.X11-unix:/tmp/.X11-unix \
sickcodes/docker-osx:monterey |
Beta Was this translation helpful? Give feedback.
4 replies
-
I would pay money for someone to help me get this working on windows 11 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First you need to make wsl2 work good,for example is ubuntu-20
~/.bashrc
,add these codehttps://sourceforge.net/projects/vcxsrv/
and installhttps://github.com/sickcodes/Docker-OSX#id-like-to-run-docker-osx-on-windows
Beta Was this translation helpful? Give feedback.
All reactions