Kaydet (Commit) 87426093 authored tarafından Jan Losinski's avatar Jan Losinski Kaydeden (comit) Joffrey F

Fix simple documentation copy/paste error.

Signed-off-by: 's avatarJan Losinski <losinski@wh2.tu-dresden.de>
üst f94fae3a
...@@ -245,10 +245,10 @@ class ImageApiMixin(object): ...@@ -245,10 +245,10 @@ class ImageApiMixin(object):
def inspect_image(self, image): def inspect_image(self, image):
""" """
Get detailed information about an image. Similar to the ``docker Get detailed information about an image. Similar to the ``docker
inspect`` command, but only for containers. inspect`` command, but only for images.
Args: Args:
container (str): The container to inspect image (str): The image to inspect
Returns: Returns:
(dict): Similar to the output of ``docker inspect``, but as a (dict): Similar to the output of ``docker inspect``, but as a
......
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