Skip to content

Instantly share code, notes, and snippets.

@moondev
Created January 6, 2021 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moondev/5b8a180099a6a5426926c24ad0aff135 to your computer and use it in GitHub Desktop.
Save moondev/5b8a180099a6a5426926c24ad0aff135 to your computer and use it in GitHub Desktop.
daemon.json
{
"exec-opts": ["native.cgroupdriver=systemd"],
"log-driver": "json-file",
"log-opts": {
"max-size": "100m"
},
"storage-driver": "overlay2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment