本镜像基于开源代码 (https://github.com/ProtobufBot/Go-Mirai-Client) 构建。
用于收发QQ消息,并通过 websocket + protobuf 上报给 server 进行处理。
gmc镜像使用步骤:
1、新建文件夹 (假设为app )
2、在app/docker-compose.yml中写入以下内容:
version: "3"
services:
gmc:
image: baicailin/gmc
restart: always
# build: ./..
command: gmc
volumes:
- ./device:/data/device
- ./plugins:/data/plugins
# - /tmp:/app/upload
environment:
TZ: Asia/Shanghai
ports:
- "9000:9000"
3、在app目录下运行命令
docker-compose up -d


Content type
Image
Digest
sha256:ceb4ab014…
Size
66.1 MB
Last updated
about 3 years ago
docker pull baicailin/gmc