yokogawa-k / rlogd-docker

Docker image for rlogd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rlogd(Reliable LOG Daemon) Docker Image

CircleCI

What is rlogd?

Rlogd is an open source software for reliable log collection.

Original repository

Supported tags and respective Dockerfile links

How to use this image

Starting a rlogd instance is simple:

$ docker run --name some-rlogd -d -v /path/to/dir:/usr/local/etc/rlogd/ rlogd/rlogd:tag rlogd -F -d -p /var/run/rlogd.pid -c /usr/local/etc/rlogd/rlogd.conf

Starting a rloggerd instance requires additional commands:

$ docker run --name some-rloggerd -d rlogd/rlogd:tag rloggerd -f 1 -l unix:///path/to/socket -t target -b path/to/buffer

About

Docker image for rlogd


Languages

Language:Shell 43.0%Language:Makefile 31.0%Language:Dockerfile 26.0%