Skip to content

Instantly share code, notes, and snippets.

@ineentho
Created April 22, 2021 15:54
Show Gist options
  • Save ineentho/d96e424ee59411637e3673949ec96bbb to your computer and use it in GitHub Desktop.
Save ineentho/d96e424ee59411637e3673949ec96bbb to your computer and use it in GitHub Desktop.
Docker
Check log sizes
```
docker inspect --format='{{.LogPath}}' $(docker ps -a -q) | sudo xargs -n 1 du -ah | sort -h
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment