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
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?
The text was updated successfully, but these errors were encountered:
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 likeubuntu:22
)? And do I have to use^
and$
at the beginning and end of the regex?The text was updated successfully, but these errors were encountered: