Skip to content

Commit

Permalink
Merge pull request #938 from pouchrobot/auto-doc-2018-03-22
Browse files Browse the repository at this point in the history
docs: auto generate pouch cli/api docs via code
  • Loading branch information
HusterWan authored Mar 22, 2018
2 parents 890bdca + d5cee4e commit 0668355
Showing 1 changed file with 2 additions and 3 deletions.
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

0 comments on commit 0668355

Please sign in to comment.