Sign inSign up

avgurx/rsyslog

By avgurx

•Updated 6 months ago

Rsyslog server

Image
Networking
Monitoring & observability
0

1.3K

avgurx/rsyslog repository overview

⁠Version

Rsyslog Server 8.2512.0 Alpine Linux 3.23 with S6 Overlay 3.1.6.2

⁠Start Сontainer

docker run --name rsyslog \
           -e TZ=Etc/UTC \
           -v /opt/rsyslog:/vdsroot \
           -d avgurx/rsyslog:latest

When container is launched for the first time, if there are no configuration files (see Volumes), the minimum required set of configuration files and directories are created

⁠Volumes

⁠-v /opt/rsyslog:/vdsroot

Bind /vdsroot directory inside the container to the /opt/rsyslog on the Docker host. This directory contains everything to manage and control Rsyslog server:

/etc  - configuration files
/log  - logs

⁠Environment Variables

⁠TZ

A time zone of container. Default value: Etc/UTC

Tag summary

Content type

Image

Digest

sha256:811fcb1c2…

Size

7.6 MB

Last updated

6 months ago

docker pull avgurx/rsyslog