1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/errbot
2017-01-22 20:23:42 +08:00
..
arm add errbot-arm 2017-01-22 20:23:42 +08:00
data update errbot 2017-01-21 21:57:20 +08:00
docker-compose.yml add errbot 2017-01-21 20:57:35 +08:00
Dockerfile update errbot 2017-01-21 21:57:20 +08:00
README.md update errbot 2017-01-21 21:57:20 +08:00

errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and brings your tools into the conversation.

docker-compose.yml

errbot:
  image: vimagick/errbot
  volumes:
    - ./data:/home/errbot
  tty: yes
  restart: always

up and running

$ mkdir -m 777 data
$ docker-compose run --rm errbot --init
$ vim data/config.py
$ docker-compose up -d

chat-ops

master [8:50 PM] !tryme
errbot [8:50 PM] It works!

master [8:51 PM] !help
errbot [8:51 PM] All commands ...

master [8:52 PM] !whoami
errbot [8:52 PM]
┏━━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ key      ┃ value       ┃
┡━━━━━━━━━━╇━━━━━━━━━━━━━┩
│ person   │ `@master`   │
├──────────┼─────────────┤
│ nick     │ `master`    │
├──────────┼─────────────┤
│ fullname │ `Mr Robot`  │
├──────────┼─────────────┤
│ client   │ `XXXXXXXXX` │
└──────────┴─────────────┘