aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2022-03-19 20:04:30 +0000
committerGitHub <[email protected]>2022-03-19 20:04:30 +0000
commit2d6d4b670a8b2ebd6bb2445ccff110fa72e73805 (patch)
treeb62644331e43412e2ea91ed8fbc866db5eccd2d9
parentAdd warning to test.sh that it's for internal use only (diff)
downloaddocker-osx-2d6d4b670a8b2ebd6bb2445ccff110fa72e73805.tar.xz
docker-osx-2d6d4b670a8b2ebd6bb2445ccff110fa72e73805.zip
Update via @Error996 https://github.com/Error996
Thanks @Error996! https://github.com/sickcodes/Docker-OSX/discussions/458
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8af16f1..b55511c 100644
--- a/README.md
+++ b/README.md
@@ -569,11 +569,19 @@ Finally, there are 3 ways to get video output:
To use WSLg's built-in X-11 server, change these two lines in the docker run command to point Docker-OSX to WSLg.
-```bash
+```
+-e "DISPLAY=${DISPLAY:-:0.0}" \
+-v /mnt/wslg/.X11-unix:/tmp/.X11-unix \
+```
+Or try:
+
+```
-e "DISPLAY=${DISPLAY:-:0}" \
-v /mnt/wslg/.X11-unix:/tmp/.X11-unix \
```
+For Ubuntu 20.x on Windows, see [https://github.com/sickcodes/Docker-OSX/discussions/458](https://github.com/sickcodes/Docker-OSX/discussions/458)
+
- 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)
- 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/)