Merge pull request #89 from toolboc/dockerdocs

fix docker-instructions
This commit is contained in:
Felix Rieseberg 2018-09-09 01:48:14 -07:00 committed by GitHub
commit b8259784e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,11 +18,9 @@ Note: You may need to run `xhost +` on your system to allow connections to the X
* [Docker](http://docker.io) * [Docker](http://docker.io)
1. Start the Xming X11 Server 1. Start the Xming X11 Server
2. Obtain the ip of the host machine running the Xming server 2. Run the command below:
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 `<XmingServerHostIp>` placeholder with the ip from step 2
docker run -it -e DISPLAY=<XmingServerHostIp> --name windows95 toolboc/windows95 docker run -e DISPLAY=host.docker.internal:0 --name windows95 toolboc/windows95
## Display using the host XQuartz Server (MacOS Only): ## Display using the host XQuartz Server (MacOS Only):
**Requirements:** **Requirements:**