From b70b9fabd5c1443c359729f5bb38db2fe554c5eb Mon Sep 17 00:00:00 2001 From: Paul DeCarlo Date: Sat, 8 Sep 2018 12:20:51 -0500 Subject: [PATCH] update docker-instructions.md --- docs/docker-instructions.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/docker-instructions.md b/docs/docker-instructions.md index ad3b896..6142c3e 100644 --- a/docs/docker-instructions.md +++ b/docs/docker-instructions.md @@ -18,11 +18,9 @@ Note: You may need to run `xhost +` on your system to allow connections to the X * [Docker](http://docker.io) 1. Start the Xming X11 Server -2. Obtain the ip of the host machine running the Xming server -3. Edit X0.hosts (Located in the install directory of Xming) by adding the ip of the host machine obtained in step 2 -4. Run the command below and replace the `` placeholder with the ip from step 2 +2. Run the command below: - docker run -it -e DISPLAY= --name windows95 toolboc/windows95 + docker run -e DISPLAY=host.docker.internal:0 --name windows95 toolboc/windows95 ## Display using the host XQuartz Server (MacOS Only): **Requirements:**