Last active
July 10, 2024 07:22
-
-
Save mtracz/f60d96d078d8d9a7c6dd590e2d03531f to your computer and use it in GitHub Desktop.
List docker volumes by size
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
| sudo du -aBm -d 1 /var/lib/docker/volumes 2>/dev/null | sort -nr | head -n 15 | |
| docker system df -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment