Skip to content

Instantly share code, notes, and snippets.

@StefanoLusardi
Created October 20, 2023 06:50
Show Gist options
  • Select an option

  • Save StefanoLusardi/953a18caf9603ec960b5c6c25b9af713 to your computer and use it in GitHub Desktop.

Select an option

Save StefanoLusardi/953a18caf9603ec960b5c6c25b9af713 to your computer and use it in GitHub Desktop.
Print Docker images sorted by size
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