Skip to content

Instantly share code, notes, and snippets.

@mtracz
Last active July 10, 2024 07:22
Show Gist options
  • Select an option

  • Save mtracz/f60d96d078d8d9a7c6dd590e2d03531f to your computer and use it in GitHub Desktop.

Select an option

Save mtracz/f60d96d078d8d9a7c6dd590e2d03531f to your computer and use it in GitHub Desktop.
List docker volumes by size
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