利用Docker部署TRSS-YunZai教程
仅供学习交流使用,如果侵犯到你的合法权利,请联系邮件删除,或评论。我将会在24h内删除。
关于TRSS-Yunzai
原作者仓库:https://github.com/TimeRainStarSky/Yunzai
关于go-cqhttp
原作者仓库:https://github.com/Mrs4s/go-cqhttp
想要自己构建镜像?请看这里:https://github.com/wangshengjj/TRSS-Yunzai-Docker
Dockerhub
关于trss-yunzai
镜像仓库:https://hub.docker.com/r/wangshengjj/trss-yunzai
Dockerhub
关于go-cqhttp
镜像仓库:https://hub.docker.com/r/wangshengjj/trss-go-cqhttp
一、安装Docker环境
Docker
环境部署教程:https://www.wsjj.top/archives/13
二、拉取并部署TRSS-YunZai
整合了
锅巴插件
和MiaoMiao插件
[root@master ~]# docker pull wangshengjj/trss-yunzai
[root@master ~]# docker run -itd --name yunzai --restart=always -v /trss-yunzai:/Yunzai --net=host wangshengjj/trss-yunzai
-it
模拟一个终端-d
保持后台运行--name
给容器指定一个名字--restart
重启策略-p
指定需要映射的端口
查看日志
[root@master ~]# docker logs yunzai
登录锅巴插件后台
http://you server ip:50831
三、部署go-cqhttp
1.拉取镜像
[root@master ~]# docker pull wangshengjj/trss-go-cqhttp
2.运行go-cqhttp
容器
[root@master ~]# docker run -itd --name go-cqhttp --restart=always --net=host -v /go-chttp:/data wangshengjj/trss-go-cqhttp
或者如果您有自己的认证服务器(可选的)
[root@master ~]# docker run -itd --name go-cqhttp --restart=always --net=host -e SIGN_SERVER_URL="you sign server url" -v /you/path/:/data wangshengjj/trss-go-cqhttp
3.查看日志(用于二维码登录)
[root@master ~]# docker logs go-cqhttp
教程未完结,欢迎补充
特别鸣谢
Nickname | Contribution |
---|---|
TRSS-Yunzai | 时雨🌌星空 大佬的Yunzai |
go-cqhttp | Mrs4s 大佬的cqhttp |