From 652e5b8bda2d3415d0f3cf69275136f6f79962f8 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Mon, 27 Apr 2015 17:41:40 -0700 Subject: [PATCH] Added 'label' to list of filters --- docs/api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 6bb96d7b..a4aabb52 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.