Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/steeve/docker-heka
- Owner: steeve
- Created: 2015-07-24T08:52:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T13:07:15.000Z (over 9 years ago)
- Last Synced: 2024-12-22T22:17:18.854Z (15 days ago)
- Size: 140 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```