Skip to content

Commit f4de376

Browse files
authored
Merge pull request #1090 from docker/1080-inspect-image-docs
Fix param name for inspect_image in API docs
2 parents 299ffad + b050544 commit f4de376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ Identical to the `docker inspect` command, but only for images.
606606

607607
**Params**:
608608

609-
* image_id (str): The image to inspect
609+
* image (str): The image to inspect
610610

611611
**Returns** (dict): Nearly the same output as `docker inspect`, just as a
612612
single dict

0 commit comments

Comments
 (0)