This repository contains Dockerfile of rsyslog for Docker's automated build published to the public Docker Hub Registry.
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull quiver/rsyslog
(alternatively, you can build an image from Dockerfile:
docker build -t="quiver/rsyslog" github.com/quiver/docker-rsyslog
)
docker run -d --name rsyslog -p 1514:514 quiver/rsyslog