Skip to content

Instantly share code, notes, and snippets.

@TemaSM
Created December 25, 2017 10:50
Show Gist options
  • Save TemaSM/360e72a0da7c079c1e757f2179e867f7 to your computer and use it in GitHub Desktop.
Save TemaSM/360e72a0da7c079c1e757f2179e867f7 to your computer and use it in GitHub Desktop.
Clear Docker Containers logs
sudo find /var/lib/docker/containers/ -type f -name '*-json.log' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment