slackbuilds_ponce/system/docker/config/docker.logrotate
Vincent Batts f1e2b84641 system/docker: Added (manager for applications in linux containers)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2014-02-08 11:09:51 -06:00

8 lines
97 B
Text

/var/log/docker.log {
rotate 5
notifempty
missingok
size=5M
compress
delaycompress
}