Created
April 22, 2021 15:54
-
-
Save ineentho/d96e424ee59411637e3673949ec96bbb to your computer and use it in GitHub Desktop.
Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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