docker run -itd -v /root/ttnode:/root/ttnode --net=host --name ttnodeclient --privileged=true --restart=always registry.cn-hangzhou.aliyuncs.com/744287383/autottnodeclient
#创建容器
docker exec -it ttnodeclient python3 TTnodeLogin.py
#登录甜糖客户端并配置推送消息渠道
docker exec -it ttnodeclient python3 AutoTTnodeClient.py
#手动执行采集心愿,看看有没有消息推送。
docker exec -it ttnodeclient crontab -e
#自定义执行采集心愿程序的时间,需要懂cron规则(非必须步骤,可以不执行这一步,默认6点30会自动执行采集心愿)
Content type
Image
Digest
Size
25.6 MB
Last updated
over 4 years ago
docker pull 744287383/autottnodeclient