We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08956b5 commit eeb9ea1Copy full SHA for eeb9ea1
docker/api/image.py
@@ -47,7 +47,7 @@ def history(self, image):
47
image (str): The image to show history for
48
49
Returns:
50
- (str): The history of the image
+ (list): The history of the image
51
52
Raises:
53
:py:class:`docker.errors.APIError`
docker/models/images.py
@@ -51,7 +51,7 @@ def history(self):
Show the history of an image.
54
- (str): The history of the image.
+ (list): The history of the image.
55
56
57
0 commit comments