You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to use globbing to filter out some docker images generated eg:
docker image ls "repository/prefix*"
, or something likedocker image ls --filter=reference="prefix*"
How could I do it with
I tried:
But it produces
docker image ls --filter "reference=''prefix*".
It would work with all other filter possibilities, but not withreference
.Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions