1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +00:00
Files
os/scripts/dockerimages/09-syslog
Darren Shepherd d2dd4db6b1 Script updates
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"]