Skip to content

Commit 11c2d29

Browse files
committed
Reference new methods in docs
Signed-off-by: Joffrey F <[email protected]>
1 parent 6422133 commit 11c2d29

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

docker/api/volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def prune_volumes(self, filters=None):
125125
filters (dict): Filters to process on the prune list.
126126
127127
Returns:
128-
(dict): A dict containing a list of deleted volume IDs and
128+
(dict): A dict containing a list of deleted volume names and
129129
the amount of disk space reclaimed in bytes.
130130
131131
Raises:

docs/containers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Methods available on ``client.containers``:
1414
.. automethod:: create(image, command=None, **kwargs)
1515
.. automethod:: get(id_or_name)
1616
.. automethod:: list(**kwargs)
17+
.. automethod:: prune
1718

1819
Container objects
1920
-----------------

docs/images.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Methods available on ``client.images``:
1818
.. automethod:: push
1919
.. automethod:: remove
2020
.. automethod:: search
21+
.. automethod:: prune
2122

2223

2324
Image objects

docs/networks.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Methods available on ``client.networks``:
1313
.. automethod:: create
1414
.. automethod:: get
1515
.. automethod:: list
16+
.. automethod:: prune
1617

1718
Network objects
1819
-----------------

docs/volumes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Methods available on ``client.volumes``:
1313
.. automethod:: create
1414
.. automethod:: get
1515
.. automethod:: list
16+
.. automethod:: prune
1617

1718
Volume objects
1819
--------------

0 commit comments

Comments
 (0)