Skip to content

Instantly share code, notes, and snippets.

@ykyuen
Last active September 10, 2018 02:08
Show Gist options
  • Save ykyuen/d07d83481c24e9b7ae2d1604157e131a to your computer and use it in GitHub Desktop.
Save ykyuen/d07d83481c24e9b7ae2d1604157e131a to your computer and use it in GitHub Desktop.
docker-container-log-rotation-02
{
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment