mirror of https://github.com/docker/docker-py.git
Reference new methods in docs
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
83b45b7d54
commit
62e223208f
|
@ -124,7 +124,7 @@ class VolumeApiMixin(object):
|
||||||
filters (dict): Filters to process on the prune list.
|
filters (dict): Filters to process on the prune list.
|
||||||
|
|
||||||
Returns:
|
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.
|
the amount of disk space reclaimed in bytes.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
|
|
|
@ -14,6 +14,7 @@ Methods available on ``client.containers``:
|
||||||
.. automethod:: create(image, command=None, **kwargs)
|
.. automethod:: create(image, command=None, **kwargs)
|
||||||
.. automethod:: get(id_or_name)
|
.. automethod:: get(id_or_name)
|
||||||
.. automethod:: list(**kwargs)
|
.. automethod:: list(**kwargs)
|
||||||
|
.. automethod:: prune
|
||||||
|
|
||||||
Container objects
|
Container objects
|
||||||
-----------------
|
-----------------
|
||||||
|
|
|
@ -18,6 +18,7 @@ Methods available on ``client.images``:
|
||||||
.. automethod:: push
|
.. automethod:: push
|
||||||
.. automethod:: remove
|
.. automethod:: remove
|
||||||
.. automethod:: search
|
.. automethod:: search
|
||||||
|
.. automethod:: prune
|
||||||
|
|
||||||
|
|
||||||
Image objects
|
Image objects
|
||||||
|
|
|
@ -13,6 +13,7 @@ Methods available on ``client.networks``:
|
||||||
.. automethod:: create
|
.. automethod:: create
|
||||||
.. automethod:: get
|
.. automethod:: get
|
||||||
.. automethod:: list
|
.. automethod:: list
|
||||||
|
.. automethod:: prune
|
||||||
|
|
||||||
Network objects
|
Network objects
|
||||||
-----------------
|
-----------------
|
||||||
|
|
|
@ -13,6 +13,7 @@ Methods available on ``client.volumes``:
|
||||||
.. automethod:: create
|
.. automethod:: create
|
||||||
.. automethod:: get
|
.. automethod:: get
|
||||||
.. automethod:: list
|
.. automethod:: list
|
||||||
|
.. automethod:: prune
|
||||||
|
|
||||||
Volume objects
|
Volume objects
|
||||||
--------------
|
--------------
|
||||||
|
|
Loading…
Reference in New Issue