We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9c8b1 commit 2671d87Copy full SHA for 2671d87
docker/api/image.py
@@ -305,8 +305,8 @@ def prune_images(self, filters=None):
305
Args:
306
filters (dict): Filters to process on the prune list.
307
Available filters:
308
- - dangling (bool): When set to true (or 1), prune only
309
- unused and untagged images.
+ - dangling (bool): When set to true (or 1), prune only
+ unused and untagged images.
310
311
Returns:
312
(dict): A dict containing a list of deleted image IDs and
0 commit comments