What would you like to be added:
It would be nice to have more documentation and examples for the --regex command line parameter.
Why is this needed:
I did not get this parameter to work; and from looking at the code I could not find out where the regex check is implemented. The feature was originally added in c3325c5 , but I did not manage to find similar code in the latest main branch.
Example that might be good to add to the docs: how could the --regex parameter be used to export only certain Docker images (e.g. those that look like ubuntu:22)? And do I have to use ^ and $ at the beginning and end of the regex?
What would you like to be added:
It would be nice to have more documentation and examples for the
--regexcommand line parameter.Why is this needed:
I did not get this parameter to work; and from looking at the code I could not find out where the regex check is implemented. The feature was originally added in c3325c5 , but I did not manage to find similar code in the latest main branch.
Example that might be good to add to the docs: how could the
--regexparameter be used to export only certain Docker images (e.g. those that look likeubuntu:22)? And do I have to use^and$at the beginning and end of the regex?