For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.log

#docker #docker-container #docker-log #script #devops #maintain #system-operation

Last updated