Sign inSign up

cryingsun/dos-games-web

By cryingsun

•Updated about 1 year ago

a webui for dos-games based on python 3.10.16

Image
0

609

cryingsun/dos-games-web repository overview

a webui for dos-games based on python 3.10.16

source repository: https://github.com/rwv/chinese-dos-games-web⁠
game downloader: https://github.com/rwv/chinese-dos-games⁠

download game:

cd [path_to_game]
git clone https://github.com/rwv/chinese-dos-games.git
python3 download_data.py



Startup

container will run /app/app.py defaultly.


docker run -itd \
    --name dosgame \
    --hostname dos-games-web \
    -p [port]:80 \
    -v [path_to_games]:/app/static/games/ \
    cryingsun/dos-games-web:latest

Tag summary

Content type

Image

Digest

sha256:23395bd3e…

Size

186.1 MB

Last updated

about 1 year ago

docker pull cryingsun/dos-games-web