※ 引述《holishing ( )》之铭言:
: 主要拿来用的 Dockerfile 等相关脚本都放在:
: https://github.com/bbsdocker/imageptt
近期更新:
提供 Websocket 连线服务测试,
使用浏览器即可连线测试 Docker 上已经帮你编译好的 PttBBS
Docker 安装说明请见: https://docs.docker.com/get-docker/
Linux, Mac, Windows 皆可安装
装完 Docker 之后
docker pull bbsdocker/imageptt
拉取内有 PttBBS 的 Docker 映像档
然后下
docker run -d -p 8888:8888 -p 48763:48763 bbsdocker/imageptt
之后 docker ps 检查如果有东西在跑的话表示成功了
即可用 telnet://localhost:8888 或是直接用浏览器连 http://localhost:48763
进入全新的 PttBBS 接口
其他 Docker 操作说明以及 PttBBS 使用方式请分别参考:
https://docs.docker.com
https://github.com/ptt/pttbbs/wiki
祝各位 PttBBS 愉快!