X Tutup
Skip to content

list filtered images as described in the remote api docs#101

Merged
marcuslinke merged 1 commit intodocker-java:masterfrom
gesellix-docker:image-filters
Nov 24, 2014
Merged

list filtered images as described in the remote api docs#101
marcuslinke merged 1 commit intodocker-java:masterfrom
gesellix-docker:image-filters

Conversation

@gesellix
Copy link
Copy Markdown
Contributor

This makes the --filter parameter work for the list images command. See https://docs.docker.com/reference/api/docker_remote_api_v1.15/#list-images for details.

The significant change is the renaming from filter to filters. A user has to provide the desired filters as json object, the encoding is performed transparently by the docker-java library. The listDanglingImages test should be a good example.

Attention: this is an api change!

@marcuslinke marcuslinke merged commit 80b88a1 into docker-java:master Nov 24, 2014
@marcuslinke
Copy link
Copy Markdown
Contributor

@gesellix: Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup