mirror of
/repos/baseimage-docker.git
synced 2026-06-25 13:50:50 +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.