From 9341153acbfd3d5a19df1a5b89229ee930a3112e Mon Sep 17 00:00:00 2001 From: Dave Pedu Date: Sun, 13 Dec 2015 14:17:15 -0800 Subject: [PATCH] Update readme #nobuild --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5f32e42..78615ee 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Quick start * Configure: `cd examples ; vim config.json data/config/Services.json` * Run: `pyircbot -c config.json` +Running in docker +----------------- + +A dockerfile is included at `examples/docker/`. From the *root* of this repository, run `docker build -t pyircbot -f examples/docker/Dockerfile .` to build it. Typical use is mounting a directory from the host onto `/srv/bot`; this dir should contain config.json and any other dirs it references. Building Docs -------------