Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > 673d950eda382abe1ba0fa2cb1e94b56 > files > 1

docker-20.10.14-3.mga8.src.rpm

This package will install the 'docker-logrotate' script to
/etc/cron.daily. This script will run logrotate on all running
containers and ignore all failures.

This script is enabled by default. To disable it,
uncomment the line "LOGROTATE=false" in /etc/sysconfig/docker.

Possible issues:
1. This assumes that logrotate is installed on containers to run
successfully.

2. A race condition occurs if a container exits before 'docker
exec' run (though it's ignored)

3. Not all containers may need this (whether logrotate is installed or not)

Suggestions to improve this are welcome.