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
I am happy to know through my own testing that the filter tag "ancestor" works for the containers function. If the other filters work as well, it may be good to add them to the "Available Filters" list in the documentation, so that others know that it works. If this is something that I can do, please point me in the right direction.
Example use: c = cli.containers(filters={"ancestor": "custom/redis"}) properly returns those containers that spawned from the custom/redis image.