Truncate docker log
Truncate all docker logs in an instance to free up disk space
sudo -s
truncate -s 0 /var/lib/docker/containers/*/*-json.logLast updated
Truncate all docker logs in an instance to free up disk space
sudo -s
truncate -s 0 /var/lib/docker/containers/*/*-json.logLast updated