Dockerfile documented in the README.

This commit is contained in:
Blallo 2019-03-20 18:29:56 +01:00
parent 65950687ed
commit 4b9e645713
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

View file

@ -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 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 avoid it, install with `go install -tags nofilter git.lattuga.net/boyska/circolog/...` and your binaries will
be a bit smaller. be a bit smaller.
## Develop
To tinker with circolog, there is also a `Dockerfile`. Simply:
```
$ docker build -t circolog .
$ docker run -t circolog
```