Game Files
yum install python3
链接:https://pan.baidu.com/s/1O53fn_fO3s0NkdxRPsN-XQ
提取码:kebk
unzip chinese-dos-games-master.zip
cd chinese-dos-games-master/
python3 download_data.py
Docker Run
# yum install -y docker
# systemctl start docker
# systemctl enable docker
$ docker run -d --name dosgame -p 4399:262 oldiy/dosgame-web-docker:latest
导出 镜像
# 导出镜像
docker save c51fa17a52a6 > DosGame.tar
# 上传云盘
链接:https://pan.baidu.com/s/1xcxo7QBvA4OpqxjJT8AZYg
提取码:g0rs
# 后续 载入 镜像
$ docker load < DosGame.tar
访问
http://192.168.80.222:4399
Add Game
docker exec -it ae49c sh
/app/static/games/bin
为
游戏目录
/app/static/games/games.json
为
配置文件
Game
# 宿主机 游戏仓库
cd /root/chinese-dos-games-master/bin
# 将 宿主机游戏 拷贝至 容器
docker cp 班级99.zip ae49c:/app/static/games/bin
# 宿主机 查看 配置文件
vim /root/chinese-dos-games-master/games.json
# 容器 添加 游戏配置
vi /app/static/games/games.json
# 重启 容器
$ systemctl restart docker
$ docker restart ae49c
版权声明:本文为weixin_74962223原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。