Skip to content

Instantly share code, notes, and snippets.

@hasnat
Forked from stefanfoulis/delete_docker_logs.sh
Created September 10, 2017 21:58
Show Gist options
  • Save hasnat/be3bc9612410e638ea3bdda709d2b0bf to your computer and use it in GitHub Desktop.
Save hasnat/be3bc9612410e638ea3bdda709d2b0bf to your computer and use it in GitHub Desktop.
delete docker logs
find /var/lib/docker/containers/ -type f -name "*.log" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment