Skip to content
Snippets Groups Projects
daemon.json 231 B
{
    "storage-driver": "overlay2",
    "log-driver": "json-file",
    "log-opts": {
      "max-size": "128m",
      "max-file": "5"
    },
    "metrics-addr": "{{int_ip4}}:9323",
    "experimental": true,
    "ip6tables": true
}