Skip to content

Commit

Permalink
Added 'label' to list of filters
Browse files Browse the repository at this point in the history
  • Loading branch information
shin- committed Apr 28, 2015
1 parent 5b9d088 commit 652e5b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 652e5b8

Please sign in to comment.