3 Star 2 Fork 3

Gitee 极速下载 / windows-95-in-electron

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/felixrieseberg/windows95
克隆/下载
docker-instructions.md 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
Francis Becerra 提交于 2023-02-11 22:08 . fix docker mac doc

Running windows95 in Docker

Display using a volume mount of the host X11 Unix Socket (Linux Only):

Requirements:

  • Linux OS with a running X-Server Display

  • Docker

      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.

Display using Xming X11 Server over tcp Socket (Windows and beyond):

Requirements:

  1. Start the Xming X11 Server

  2. Run the command below:

     docker run -e DISPLAY=host.docker.internal:0 --name windows95 toolboc/windows95

Display using the host XQuartz Server (MacOS Only):

Requirements:

  1. Start XQuartz, go to Preferences -> Security, and check the box Allow connections from network clients
  2. Restart XQuartz
  3. In the terminal, run
xhost +
  1. run
docker run -it -e DISPLAY=host.docker.internal:0 toolboc/windows95
TypeScript
1
https://gitee.com/mirrors/windows-95-in-electron.git
git@gitee.com:mirrors/windows-95-in-electron.git
mirrors
windows-95-in-electron
windows-95-in-electron
master

搜索帮助