1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 04:57:04 +00:00
os/scripts/dockerimages/09-syslog
2015-02-22 20:59:44 -07:00

5 lines
111 B
Plaintext

FROM base
COPY scripts/dockerimages/scripts/syslog.sh /
RUN sed -i 1,10d /etc/rsyslog.conf
CMD ["/syslog.sh"]