Browse Source

Dockerfile documented in the README.

Blallo 5 years ago
parent
commit
4b9e645713
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
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
+```