Skip to content

Instantly share code, notes, and snippets.

@SmugZombie
Created January 22, 2026 16:26
Show Gist options
  • Select an option

  • Save SmugZombie/50531253d0d47162c902455f38d7b219 to your computer and use it in GitHub Desktop.

Select an option

Save SmugZombie/50531253d0d47162c902455f38d7b219 to your computer and use it in GitHub Desktop.
Truncate Docker Logs
du -sh /var/lib/docker/containers/*
sudo find /var/lib/docker/containers/ -name "*-json.log" -exec truncate -s 0 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment