docker images¶
Description¶
Lists the images stored on your machine, with their tags, IDs, and sizes.
Syntax¶
Common Options¶
| Option | Description |
|---|---|
-a |
Show all images, including intermediate layers |
-q |
Show only image IDs |
--filter KEY=VALUE |
Filter the list, e.g. dangling=true |