From b0505442376fe372be8cb8f302822af166515d0e Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Thu, 9 Jun 2016 13:01:29 -0700 Subject: Fix param name for inspect_image in API docs Signed-off-by: Joffrey F --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api.md') diff --git a/docs/api.md b/docs/api.md index 6e1cd25..e7ab80f 100644 --- a/docs/api.md +++ b/docs/api.md @@ -606,7 +606,7 @@ Identical to the `docker inspect` command, but only for images. **Params**: -* image_id (str): The image to inspect +* image (str): The image to inspect **Returns** (dict): Nearly the same output as `docker inspect`, just as a single dict -- cgit v1.2.1