Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steeve/docker-heka

Heka in a container
https://github.com/steeve/docker-heka

Last synced: 11 days ago
JSON representation

Heka in a container

Awesome Lists containing this project

README

        

# docker-heka
Heka in a container, fork of http://github.com/ianneub/docker-heka

## How to use

You can mount your custom config.toml file to /app/config.toml, like this:

```
$ docker run -d -v /path/to/my/config.toml:/app/config.toml:ro steeve/heka
```