Kaydet (Commit) 62e22320 authored tarafından Joffrey F's avatar Joffrey F

Reference new methods in docs

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 83b45b7d
......@@ -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:
......
......@@ -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
-----------------
......
......@@ -18,6 +18,7 @@ Methods available on ``client.images``:
.. automethod:: push
.. automethod:: remove
.. automethod:: search
.. automethod:: prune
Image objects
......
......@@ -13,6 +13,7 @@ Methods available on ``client.networks``:
.. automethod:: create
.. automethod:: get
.. automethod:: list
.. automethod:: prune
Network objects
-----------------
......
......@@ -13,6 +13,7 @@ Methods available on ``client.volumes``:
.. automethod:: create
.. automethod:: get
.. automethod:: list
.. automethod:: prune
Volume objects
--------------
......
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