Accept filters in list containers by carlossg · Pull Request #262 · docker-java/docker-java

added 2 commits

July 6, 2015 20:37

@carlossg

@carlossg carlossg deleted the list-containers-filters branch

July 13, 2015 07:23

calavera pushed a commit to calavera/docker that referenced this pull request

Jul 25, 2015
Based on the list containers with filters options it would seem that filtering containers with label `test=docker-java` could be done with `{"test":["docker-java"]}` which doesn't work

The options that work are `{"label":["test"]}` and `{"label":["test=docker-java"]}`

As seen in docker-java/docker-java#262

Signed-off-by: Carlos Sanchez <carlos@apache.org>

tiborvass pushed a commit to tiborvass/docker that referenced this pull request

Jul 27, 2015
Based on the list containers with filters options it would seem that filtering containers with label `test=docker-java` could be done with `{"test":["docker-java"]}` which doesn't work

The options that work are `{"label":["test"]}` and `{"label":["test=docker-java"]}`

As seen in docker-java/docker-java#262

Signed-off-by: Carlos Sanchez <carlos@apache.org>