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:
|
Args:
|
||||||
filters (dict): Filters to process on the prune list.
|
filters (dict): Filters to process on the prune list.
|
||||||
Available filters:
|
Available filters:
|
||||||
- dangling (bool): When set to true (or 1), prune only
|
- dangling (bool): When set to true (or 1), prune only
|
||||||
unused and untagged images.
|
unused and untagged images.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
(dict): A dict containing a list of deleted image IDs and
|
(dict): A dict containing a list of deleted image IDs and
|
||||||
|
|
Loading…
Reference in New Issue