Mrs4s/go-cqhttp 的Docker镜像
采用Release版本而非从源码构建
工作目录为/data
以下是需要持久化的文件,均在工作目录下(即绝对路径为/data/再加上下表中的文件名)
| 名称 | 类型 |
|---|---|
| data | 数据文件夹 |
| logs | 日志文件夹 |
| config.yml | 配置文件 |
| device.json | 设备型号文件 |
| session.token | 文件 |
参考命令:
docker run -itd --name go_cqhttp \
-v /path/to/directory/:/data \
-p 6700:6700 \
--restart always \
silicer/go-cqhttp:latest
Content type
Image
Digest
sha256:5a634a46d…
Size
12.9 MB
Last updated
almost 3 years ago
docker pull silicer/go-cqhttp:v1.2.0