Skip to content

Instantly share code, notes, and snippets.

@mofaruk
Created December 28, 2022 08:44
Show Gist options
  • Save mofaruk/a84a45da7810688eea3fcc40013b2b36 to your computer and use it in GitHub Desktop.
Save mofaruk/a84a45da7810688eea3fcc40013b2b36 to your computer and use it in GitHub Desktop.

Check disk usage

sudo du -h --max-depth=1

Potential cleanups

  1. Clean docker logs
truncate -s 0 /var/lib/docker/containers/**/*-json.log

or if sudo is needed

sudo sh -c "truncate -s 0 /var/lib/docker/containers/**/*-json.log"

... to be continued

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