Rsyslog server
1.3K
Rsyslog Server 8.2512.0 Alpine Linux 3.23 with S6 Overlay 3.1.6.2
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
-v /opt/rsyslog:/vdsrootBind /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
TZA time zone of container. Default value: Etc/UTC
Content type
Image
Digest
sha256:811fcb1c2…
Size
7.6 MB
Last updated
6 months ago
docker pull avgurx/rsyslog