summaryrefslogtreecommitdiff
path: root/docs/api.md
diff options
context:
space:
mode:
authorJoffrey F <f.joffrey@gmail.com>2015-04-27 17:45:01 -0700
committerJoffrey F <f.joffrey@gmail.com>2015-04-27 17:45:01 -0700
commit85c0c3b0e3404f1613050e0a2868c1be97b8f975 (patch)
treea3ed9bc2317c7cd8b1c57f7a519daf28c25bd160 /docs/api.md
parente2fef06bbcb87d21bd5e850d6f8af1f900085af8 (diff)
parent652e5b8bda2d3415d0f3cf69275136f6f79962f8 (diff)
downloaddocker-py-1.2.0.tar.gz
Merge pull request #571 from docker/1.2.0-release1.2.0
Release 1.2.0
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index 6bb96d7..a4aabb5 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -144,7 +144,7 @@ non-running ones
* filters (dict): Filters to be processed on the image list. Available filters:
- `exited` (int): Only containers with specified exit code
- `status` (str): One of `restarting`, `running`, `paused`, `exited`
-
+ - `label` (str): format either `"key"` or `"key=value"`
**Returns** (dict): The system's containers
@@ -371,6 +371,7 @@ List images. Identical to the `docker images` command.
layers)
* filters (dict): Filters to be processed on the image list. Available filters:
- `dangling` (bool)
+ - `label` (str): format either `"key"` or `"key=value"`
**Returns** (dict or list): A list if `quiet=True`, otherwise a dict.