char-n / docker-dockbeat

Docker image for dockbeat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerised dockbeat

This is the source for redmatter/dockbeat docker image.

This repackages the prebuilt binaries from dockbeat repository and it follows upstream tags / releases.

How to use it?

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

About

Docker image for dockbeat

License:MIT License


Languages

Language:Dockerfile 100.0%