docker-image-ls Verified for current stable LTS

Docker Image Ls Command: Sort Docker Images By Size

Use for sort docker images by size with Docker Image Ls. Exact CLI syntax to sort docker images by size using Docker Image Ls.

When to use this: Use for sort docker images by size with Docker Image Ls.

Command Syntax

docker images --format "<.ID>t<.Size>t<.Repository>:<.Tag>" | sort -k 2 {{[-h|--human-numeric-sort]}

Command Breakdown

--format
Command Option
Tool-specific option used by this command invocation.
-k
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to sort docker images by size using Docker Image Ls.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Docker Image Ls directory