1
0
mirror of https://github.com/rancher/os.git synced 2025-07-04 02:26:13 +00:00
os/images/02-logrotate/usr/share/logrotate/logrotate.d/docker
niusmallnan b32e8e37d2 Refactoring each os image
More reasonable use of COPY, easy to maintain
2018-12-03 16:13:50 +08:00

9 lines
93 B
Plaintext

/var/log/docker.log
/var/log/system-docker.log
{
rotate 7
daily
missingok
copytruncate
}