github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/images.md (about) 1 # docker images 2 3 <!---MARKER_GEN_START--> 4 List images 5 6 ### Aliases 7 8 `docker image ls`, `docker image list`, `docker images` 9 10 ### Options 11 12 | Name | Type | Default | Description | 13 |:-----------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| 14 | `-a`, `--all` | | | Show all images (default hides intermediate images) | 15 | `--digests` | | | Show digests | 16 | `-f`, `--filter` | `filter` | | Filter output based on conditions provided | 17 | `--format` | `string` | | Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go template<br>'json': Print in JSON format<br>'TEMPLATE': Print output using the given Go template.<br>Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates | 18 | `--no-trunc` | | | Don't truncate output | 19 | `-q`, `--quiet` | | | Only show image IDs | 20 21 22 <!---MARKER_GEN_END--> 23