Kaydet (Commit) 2671d878 authored tarafından Joffrey F's avatar Joffrey F

Fix prune_images docstring

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 3c9c8b18
...@@ -305,8 +305,8 @@ class ImageApiMixin(object): ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment