docker image ls --filter reference='myapp*'

Category: Docker

docker image ls --filter reference='myapp*'

List images matching a name pattern

reference filters by repository and tag glob, here matching any tag whose repository starts with myapp. Quote the pattern so the shell does not expand the asterisk. Pair with before and since filters to scope listings.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.