Dockerfile documented in the README.
This commit is contained in:
parent
65950687ed
commit
4b9e645713
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue