Requirements:
-
Linux OS with a running X-Server Display
-
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.
Requirements:
-
Start the Xming X11 Server
-
Obtain the ip of the host machine running the Xming server
-
Edit X0.hosts (Located in the install directory of Xming) by adding the ip of the host machine obtained in step 2
-
Run the command below and replace the
<XmingServerHostIp>
placeholder with the ip from step 2docker run -it -e DISPLAY=<XmingServerHostIp> --name windows95 toolboc/windows95