Blame SOURCES/README.docker-latest-logrotate

9b8438
This package will install the 'docker-logrotate' script to
9b8438
/etc/cron.daily. This script will run logrotate on all running
9b8438
containers and ignore all failures.
9b8438
9b8438
This script is enabled by default. To disable it,
9b8438
uncomment the line "LOGROTATE=false" in /etc/sysconfig/docker.
9b8438
9b8438
Possible issues:
9b8438
1. This assumes that logrotate is installed on containers to run
9b8438
successfully.
9b8438
9b8438
2. A race condition occurs if a container exits before 'docker
9b8438
exec' run (though it's ignored)
9b8438
9b8438
3. Not all containers may need this (whether logrotate is installed or not)
9b8438
9b8438
Suggestions to improve this are welcome.