gabrielalmeida / docker-remote_syslog2

The Papertrail remote_syslog2 utility as a super small Docker image

Home Page:https://registry.hub.docker.com/u/andyshinn/remote_syslog2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remote_syslog2

A Docker remote_syslog2 image. Built from gliderlabs/alpine so that it is very small.

Usage

A typical way to run this would be to mount your logs folder inside the container and pass the files on the command line. Assuming you had containers logging files to the host at $PWD/logs:

docker run -d -v $PWD/logs:/mnt andyshinn/remote_syslog2 -d logs.papertrailapp.com -p 54545 /mnt/*.log

About

The Papertrail remote_syslog2 utility as a super small Docker image

https://registry.hub.docker.com/u/andyshinn/remote_syslog2/