Dockerised dockbeat; re-packaged official build binaries over alpine base.
1.0K
This is the source for redmatter/dockbeat docker image.
This repackages the prebuilt binaries from dockbeat repository and it follows upstream tags / releases.
The container does not come with a config file. So you will need to customise dockbeat.yml before you
get going. Once you have created a customised dockbeat.yml, you can run the below command to get going.
docker run -d \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /path/to/config-directory:/etc/dockbeat \
redmatter/dockbeat
Content type
Image
Digest
Size
11.7 MB
Last updated
almost 10 years ago
docker pull redmatter/dockbeat