From 4b9e645713b2fdb4757aa59c3ed9bcfa90e3c80f Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 20 Mar 2019 18:29:56 +0100 Subject: [PATCH] Dockerfile documented in the README. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 75da52a..3ce2b90 100644 --- a/README.md +++ b/README.md @@ -107,3 +107,12 @@ message you are filtering out will still consume space in memory (and will be av Filtering brings big dependencies, which will add some 5-6 megabytes to circolog binaries. If you want to avoid it, install with `go install -tags nofilter git.lattuga.net/boyska/circolog/...` and your binaries will be a bit smaller. + +## Develop + +To tinker with circolog, there is also a `Dockerfile`. Simply: + +``` +$ docker build -t circolog . +$ docker run -t circolog +```