File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,10 @@ non-running ones
135
135
non-running ones
136
136
* limit (int): Show ` limit ` last created containers, include non-running ones
137
137
* size (bool): Display sizes
138
+ * filters (dict): Filters to be processed on the image list. Available filters:
139
+ - ` exited ` (int): Only containers with specified exit code
140
+ - ` status ` (str): One of ` restarting ` , ` running ` , ` paused ` , ` exited `
141
+
138
142
139
143
** Returns** (dict): The system's containers
140
144
@@ -355,11 +359,12 @@ List images. Identical to the `docker images` command.
355
359
356
360
** Params** :
357
361
358
- * name (str): Optional filter for a name
362
+ * name (str): Only show images belonging to the repository ` name `
359
363
* quiet (bool): Only show numeric Ids. Returns a list
360
364
* all (bool): Show all images (by default filter out the intermediate image
361
365
layers)
362
- * viz: * Depreciated*
366
+ * filters (dict): Filters to be processed on the image list. Available filters:
367
+ - ` dangling ` (bool)
363
368
364
369
** Returns** (dict or list): A list if ` quiet=True ` , otherwise a dict.
365
370
You can’t perform that action at this time.
0 commit comments