No description
Find a file
2017-02-10 17:30:12 +10:00
.abf.yml Really updated to 1.11.2 2016-06-17 18:03:06 +03:00
docker-logrotate.sh Really updated to 1.11.2 2016-06-17 18:03:06 +03:00
docker-network.sysconfig Really updated to 1.11.2 2016-06-17 18:03:06 +03:00
docker-storage.sysconfig Really updated to 1.11.2 2016-06-17 18:03:06 +03:00
docker.rpmlintrc Fix rpmlint 2016-06-18 00:14:13 +03:00
docker.service Really updated to 1.11.2 2016-06-17 18:03:06 +03:00
docker.socket Really updated to 1.11.2 2016-06-17 18:03:06 +03:00
docker.spec Build requires pkgconfig(libsystemd) instead of old pkgconfig(libsystemd-*) packages 2017-02-10 17:30:12 +10:00
docker.sysconfig Really updated to 1.11.2 2016-06-17 18:03:06 +03:00
README.docker-logrotate Really updated to 1.11.2 2016-06-17 18:03:06 +03:00

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.