Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: auto generate pouch cli/api docs via code #938

Merged
merged 1 commit into from
Mar 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/api/HTTP_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1875,13 +1875,12 @@ An object containing all details of an image at API side
|**Architecture** <br>*optional*|the CPU architecture.|string|
|**Config** <br>*optional*||[ContainerConfig](#containerconfig)|
|**CreatedAt** <br>*optional*|time of image creation.|string|
|**Digest** <br>*optional*|digest of image.|string|
|**ID** <br>*optional*|ID of an image.|string|
|**Name** <br>*optional*|name of an image.|string|
|**Os** <br>*optional*|the name of the operating system.|string|
|**RepoDigests** <br>*optional*|repository with digest.|< string > array|
|**RepoTags** <br>*optional*|repository with tag.|< string > array|
|**RootFS** <br>*optional*|the rootfs key references the layer content addresses used by the image.|[RootFS](#imageinfo-rootfs)|
|**Size** <br>*optional*|size of image's taking disk space.|integer|
|**Tag** <br>*optional*|tag of an image.|string|

<a name="imageinfo-rootfs"></a>
**RootFS**
Expand Down