Accept filters in list containers by carlossg · Pull Request #262 · docker-java/docker-java
added 2 commits
July 6, 2015 20:37
carlossg
deleted the
list-containers-filters
branch
calavera pushed a commit to calavera/docker that referenced this pull request
Jul 25, 2015Based 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, 2015Based 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters