1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
Files
os/scripts/dockerimages/09-syslog

5 lines
111 B
Plaintext
Raw Normal View History

2015-02-19 20:05:43 -07:00
FROM base
2015-02-19 12:59:13 -08:00
COPY scripts/dockerimages/scripts/syslog.sh /
2015-02-22 20:59:26 -07:00
RUN sed -i 1,10d /etc/rsyslog.conf
2015-02-19 12:59:13 -08:00
CMD ["/syslog.sh"]