Added imageName filter for ListImagesCmd by ericfjosne · Pull Request #297 · docker-java/docker-java

@ericfjosne

API allow for an image name filter. This was missing in the ListImagesCmd.

@ericfjosne

KostyaSha

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep new line before

@marcuslinke

dev-feat-20150817-AddedFilterForListImages

Conflicts:
	src/main/java/com/github/dockerjava/core/command/ListImagesCmdImpl.java
	src/main/java/com/github/dockerjava/jaxrs/ListImagesCmdExec.java

@ericfjosne

@KostyaSha

Please rebase and fix formatting.

KostyaSha

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just do toString from helpers (see some class), it was old idea to emulate command line.

@marcuslinke