Skip to content

Instantly share code, notes, and snippets.

@karthik20522
Created October 13, 2015 18:35
Show Gist options
  • Save karthik20522/ce5824cc4ab41e5cbba9 to your computer and use it in GitHub Desktop.
Save karthik20522/ce5824cc4ab41e5cbba9 to your computer and use it in GitHub Desktop.
logrotate.conf
/var/lib/docker/containers/*/*.log
{
daily
missingok
rotate 7
compress
notifempty
copytruncate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment