Dockerfile to build an Errbot (the pluggable chatbot) container image.
docker run -d \
--name err \
-e [email protected] \
-e BOT_PASSWORD=errbotpwd \
-e [email protected] \
-e [email protected] \
-e "TZ=Europe/Berlin" \
rroemhild/errbot
or try the docker compose example
wget https://raw.githubusercontent.com/rroemhild/docker-err/master/docker-compose.yml
docker-compose up
NoneBelow is the complete list of available options that can be used to customize your Err bot. See config-template.py for complete settings documentation.
XMPP.INFO.False.admin@localhost.Err.None.!.False.False.False.False.10000.For storage of the application data, you should mount a volume at
/srvCreate the directories for the volume
mkdir /tmp/errbot /tmp/errbot/ssl /tmp/errbot/data /tmp/errbot/plugins
chmod -R 777 /tmp/errbot
curl -sL https://raw.githubusercontent.com/gbin/err/master/errbot/config-template.py -o /tmp/errbot/config.py
If you pass arguments to Errbot you have to set the -c /srv/config.py argument by your self to run with the default config.
docker run -it -v /tmp/errbot:/srv rroemhild/errbot -c /srv/production.py
$ docker run rroemhild/errbot -h
docker run -it -v /tmp/errbot:/srv rroemhild/errbot -c /srv/config.py -T
Content type
Image
Digest
sha256:96a085ee5…
Size
118.7 MB
Last updated
almost 4 years ago
docker pull lthub/ltbot