Reference new methods in docs

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-01-30 18:47:24 -08:00
parent 83b45b7d54
commit 62e223208f
5 changed files with 5 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class VolumeApiMixin(object):
filters (dict): Filters to process on the prune list.
Returns:
(dict): A dict containing a list of deleted volume IDs and
(dict): A dict containing a list of deleted volume names and
the amount of disk space reclaimed in bytes.
Raises:

View File

@ -14,6 +14,7 @@ Methods available on ``client.containers``:
.. automethod:: create(image, command=None, **kwargs)
.. automethod:: get(id_or_name)
.. automethod:: list(**kwargs)
.. automethod:: prune
Container objects
-----------------

View File

@ -18,6 +18,7 @@ Methods available on ``client.images``:
.. automethod:: push
.. automethod:: remove
.. automethod:: search
.. automethod:: prune
Image objects

View File

@ -13,6 +13,7 @@ Methods available on ``client.networks``:
.. automethod:: create
.. automethod:: get
.. automethod:: list
.. automethod:: prune
Network objects
-----------------

View File

@ -13,6 +13,7 @@ Methods available on ``client.volumes``:
.. automethod:: create
.. automethod:: get
.. automethod:: list
.. automethod:: prune
Volume objects
--------------