Mention Docker in README.md

This commit is contained in:
Rob
2015-03-24 12:20:13 +00:00
parent b917000b5d
commit 5927d78b7d
3 changed files with 10 additions and 1 deletions

View File

@@ -15,6 +15,13 @@ Setup
Dropbot is designed to run on Heroku, but can be ran locally using ```python dropbot\cli.py -c env```
Docker
^^^^^^
Dropbot can be run on Docker using the image ``robhaswell/docker``:
``docker run -ti -e DROPBOT_JID='user@server' -e DROPBOT_PASSWORD='password' -e DROPBOT_ROOMS='room@server' robhaswell/dropbot``
Configuration
-------------