mirror of https://github.com/docker/docker-py.git
Fix prune_images docstring
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
303b303855
commit
a49d73e9df
|
@ -305,8 +305,8 @@ class ImageApiMixin(object):
|
|||
Args:
|
||||
filters (dict): Filters to process on the prune list.
|
||||
Available filters:
|
||||
- dangling (bool): When set to true (or 1), prune only
|
||||
unused and untagged images.
|
||||
- dangling (bool): When set to true (or 1), prune only
|
||||
unused and untagged images.
|
||||
|
||||
Returns:
|
||||
(dict): A dict containing a list of deleted image IDs and
|
||||
|
|
Loading…
Reference in New Issue