Skip to content

Alpine based rsyslog container configured to listen on port tcp/udp port 514 and relays the messages to stdout

License

Notifications You must be signed in to change notification settings

umich-arc/rsyslog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsyslog

A small alpine based rsyslog container. It is configured to listen on port tcp/udp port 514 and will create a socket at /syslog/log that can be bind mounted into other containers. Forwarded logs are relayed to stdout.


Usage

docker pull arcts/rsyslog
docker run -d -p 514:514/tcp -p 514:514/udp arcts/rsyslog:latest

About

Alpine based rsyslog container configured to listen on port tcp/udp port 514 and relays the messages to stdout

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages