Skip to content

Instantly share code, notes, and snippets.

@stefanfoulis
Created September 16, 2014 09:05
Show Gist options
  • Save stefanfoulis/604ea00fd66eea03607b to your computer and use it in GitHub Desktop.
Save stefanfoulis/604ea00fd66eea03607b to your computer and use it in GitHub Desktop.
delete docker logs
find /var/lib/docker/containers/ -type f -name "*.log" -delete
@stefanfoulis
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment