Log bot from @dannvix that powers http://logbot.g0v.tw/.
1.2K
Takes three environment variables and runs the web interface at port 15000 with Redis port at 6379, for example:
-e LOGBOT_NICK=docker_logbot \
-e LOGBOT_CHANNELS='#g0v.tw,#docker' \
-e LOGBOT_SERVER=38.229.70.20 \
-v /var/lib/redis:/redis:rw audreyt/logbot
Note that the -v flag is required in order to make this image persistent across runs. For pre-0.5.2 docker versions, use -b instead of the -v flag above.
Content type
Image
Digest
sha256:723895780…
Size
126.7 MB
Last updated
almost 11 years ago
docker pull audreyt/logbot