aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimJammer <[email protected]>2021-11-29 16:58:23 -0500
committerGitHub <[email protected]>2021-11-29 16:58:23 -0500
commit8ae71a36d12fb4dcdfe32b56c85460e178066f27 (patch)
tree85d29b43d32ff4433f52b39953eb598cec8b5934
parentreadme - Instructions to use WSLg's built-in X11 server (diff)
downloaddocker-osx-8ae71a36d12fb4dcdfe32b56c85460e178066f27.tar.xz
docker-osx-8ae71a36d12fb4dcdfe32b56c85460e178066f27.zip
readme - update windows information
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 00be8d8..e1e3785 100644
--- a/README.md
+++ b/README.md
@@ -1182,7 +1182,7 @@ Or tell the container to use specific ones using `-e GENERATE_SPECIFIC=true`
Running Docker-OSX on windows is possible just in WSL2 (Windows, Ubuntu).
-Ensure KVM is enabled and `x11-apps` is installed.
+Ensure KVM is enabled (Windows 11 required) and `x11-apps` is installed.
To void troubles related to docker daemons on WLS 2, use Docker on Windows, and extern it to your distro.
See Docker Docs for the complete detail setup [here](https://docs.docker.com/docker-for-windows/wsl/)
@@ -1191,10 +1191,13 @@ See Docker Docs for the complete detail setup [here](https://docs.docker.com/doc
To use WSLg's built in X11 server, change these two lines to point Docker-OSX to it.
-`-e "DISPLAY=${DISPLAY:-:0}" \`
-`-v /mnt/wslg/.X11-unix:/tmp/.X11-unix \`
+```bash
+-e "DISPLAY=${DISPLAY:-:0}" \
+-v /mnt/wslg/.X11-unix:/tmp/.X11-unix \
+```
+
-See more in-depth discussion [here](https://github.com/sickcodes/Docker-OSX/issues/17) and [here](https://github.com/sickcodes/Docker-OSX/issues/60).
+See more in-depth discussion about Docker-OSX on Windows [here](https://github.com/sickcodes/Docker-OSX/issues/17) and [here](https://github.com/sickcodes/Docker-OSX/issues/60).
### Changing display resolution