Skip to content

Instantly share code, notes, and snippets.

@jodli
Last active June 19, 2017 19:03
Show Gist options
  • Select an option

  • Save jodli/e9810111e20abca0f569e4c768dd7ad7 to your computer and use it in GitHub Desktop.

Select an option

Save jodli/e9810111e20abca0f569e4c768dd7ad7 to your computer and use it in GitHub Desktop.
Useful stuff to remember...

Clear docker logs:

sudo find /var/lib/docker/containers/ -name "*.log*" -exec truncate -s 0 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment