Created
October 20, 2023 06:50
-
-
Save StefanoLusardi/953a18caf9603ec960b5c6c25b9af713 to your computer and use it in GitHub Desktop.
Print Docker images sorted 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
| docker image ls --format "{{.Size}} {{.ID}} {{.Repository}}:{{.Tag}}" | LANG=en_US sort -h | column -t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment