docs/docker-instructions.md
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:
Preferences -> Security, and check the box Allow connections from network clientsxhost +
docker run -it -e DISPLAY=host.docker.internal:0 toolboc/windows95