All the podping.cloud hosts have their /etc/docker/daemon.json file set with:
{
"log-driver": "json-file",
"log-opts": {
"max-size": "100m",
"max-file": "5"
}
}
...but one log file was almost 9 gigs. I'm not sure how to make these settings actually take effect.