Adds name filter evaluation to netty version of ListImagesCmdExec by cirocosta · Pull Request #579 · docker-java/docker-java

Hi,

previously just jaxrs had implemented the feature of filtering by image name. Even though the withFilter was exposed, netty's implementation didn't checked for its presence, thus, it didn't include it in the request.

The PR adds a test for such feature and the correction to the mentioned problem.

Let me know if there are any issues with it,

Thx!


This change is Reviewable