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
-
Run the command below:
docker run -e DISPLAY=host.docker.internal:0 --name windows95 toolboc/windows95
Requirements:
- Start XQuartz ,go to "Preferences -> Security " ,and check the box "allow connections from network clients"
- restart XQuartz
- In the terminal ,run "xhost +"
- run "docker run -it -e DISPLAY=host.docker.internal:1 toolboc/windows95"