From 6c120633534050c601ab52271967ef2fa2053748 Mon Sep 17 00:00:00 2001 From: toolboc Date: Sat, 25 Aug 2018 11:45:18 -0500 Subject: [PATCH] Add note on xhost for allowing connections to X11 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7bc2e97..11500cb 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Of course! Currently this is only supported on Linux, simply install [Docker](h docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY --device /dev/snd --name windows95 toolboc/windows95 +Note: You may need to run `xhost +` on your system to allow connections to the X server running on the host. + ## How's the code? This only works well by accident and was mostly a joke. The code quality is accordingly.