Skip to content

Listing images accepts a prefix to filter image names based on it

Marcos.Cela requested to merge filter-ls-based-on-prefix into stable

When using "dr ls", the user can now add an optional first parameter:

  • "dr ls <prefix"

This returns only a list of images that start with , so you can easily filter out images, instead of relying on other tools like grep for very basic use cases.

Fixes #7 (closed)

Merge request reports

Loading