mirror of
/repos/baseimage-docker.git
synced 2026-08-22 23:30:52 +02:00
b56693beb3
The system() source in the default syslog-ng config file does not work in Docker because it tries to access /proc/kmsg, which is not allowed due to Docker's privileges. We replace it by a source that only reads from /dev/log.