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
{{ message }}
This repository was archived by the owner on Mar 21, 2022. It is now read-only.
There are lots of new filters available when listing containers. From the latest swagger.yaml:
Filters to process on the container list, encoded as JSON (a map[string][]string). For example, {"status": ["paused"]} will only return paused containers.
ancestor=(<image-name>[:<tag>], <image id>, or <image@digest>)
volume=(<volume name> or <mount point destination>)
We should add these new filters. Might also be nice to dig through the older docker API documentation, figure out when each filter was added, annotate the methods with javadoc @since (docker api version).
I think this should wait on #707, which refactors all the filter params.