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