diff options
author | Joffrey F <joffrey@docker.com> | 2016-06-09 13:01:29 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2016-06-09 13:01:29 -0700 |
commit | b0505442376fe372be8cb8f302822af166515d0e (patch) | |
tree | bfcf95e4ab363b6adbd19d2118aecebbea58b4ed | |
parent | 299ffadb95c90eb7134b9cee2648fb683912c303 (diff) | |
download | docker-py-1080-inspect-image-docs.tar.gz |
Fix param name for inspect_image in API docs1080-inspect-image-docs
Signed-off-by: Joffrey F <joffrey@docker.com>
-rw-r--r-- | docs/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |