Skip to content

Commit b050544

Browse files
committed
Fix param name for inspect_image in API docs
Signed-off-by: Joffrey F <[email protected]>
1 parent 299ffad commit b050544

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)