You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -569,11 +569,19 @@ Finally, there are 3 ways to get video output:
569
569
570
570
To use WSLg's built-in X-11 server, change these two lines in the docker run command to point Docker-OSX to WSLg.
571
571
572
-
```bash
572
+
```
573
+
-e "DISPLAY=${DISPLAY:-:0.0}" \
574
+
-v /mnt/wslg/.X11-unix:/tmp/.X11-unix \
575
+
```
576
+
Or try:
577
+
578
+
```
573
579
-e "DISPLAY=${DISPLAY:-:0}" \
574
580
-v /mnt/wslg/.X11-unix:/tmp/.X11-unix \
575
581
```
576
582
583
+
For Ubuntu 20.x on Windows, see [https://github.com/sickcodes/Docker-OSX/discussions/458](https://github.com/sickcodes/Docker-OSX/discussions/458)
584
+
577
585
- VNC: See the [VNC section](#building-a-headless-container-which-allows-insecure-vnc-on-localhost-for-local-use-only) for more information. You could also add -vnc argument to qemu. Connect to your mac VM via a VNC Client. [Here is a how to](https://wiki.archlinux.org/title/QEMU#VNC)
578
586
- Desktop Environment: This will give you a full desktop linux experiencem but it will use a bit more of the computer's resources. Here is an example guide, but there are other guides that help set up a desktop environment. [DE Example](https://www.makeuseof.com/tag/linux-desktop-windows-subsystem/)
0 commit comments