File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ non-running ones
144
144
* filters (dict): Filters to be processed on the image list. Available filters:
145
145
- ` exited ` (int): Only containers with specified exit code
146
146
- ` status ` (str): One of ` restarting ` , ` running ` , ` paused ` , ` exited `
147
-
147
+ - ` label ` (str): format either ` "key" ` or ` "key=value" `
148
148
149
149
** Returns** (dict): The system's containers
150
150
@@ -371,6 +371,7 @@ List images. Identical to the `docker images` command.
371
371
layers)
372
372
* filters (dict): Filters to be processed on the image list. Available filters:
373
373
- ` dangling ` (bool)
374
+ - ` label ` (str): format either ` "key" ` or ` "key=value" `
374
375
375
376
** Returns** (dict or list): A list if ` quiet=True ` , otherwise a dict.
376
377
You can’t perform that action at this time.
0 commit comments