Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lincolnloop/docker-hekad
https://github.com/lincolnloop/docker-hekad
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lincolnloop/docker-hekad
- Owner: lincolnloop
- Created: 2015-01-19T21:37:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T23:06:51.000Z (almost 10 years ago)
- Last Synced: 2024-07-30T15:32:42.107Z (5 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker hekad container
Automated & tagged build
Base image: `debian:jessie`
Add configuration files by mounting the `/conf` volume to a directory containing your config(s).
docker run -v /path/to/hekad.d:/conf lincolnloop/hekad
or
docker run -v /path/to/hekad.toml:/conf/hekad.toml lincolnloop/hekad
To maintain queue integrity between restarts, mount `/var/cache/hekad` to a directory on the host or a data-only container.
Port 4352 is exposed to access the dashboard.