v1

latestOpenAPI 3.0.02026-07-1410578280.2 KB
Image

List Images

Returns a list of images on the server. Note that it uses a different, smaller representation of an image than inspecting a single image.

get/images/json

Query parameters

allboolean

Show all images. Only images from a final layer (no children) are shown by default.

filtersstring

A JSON encoded value of the filters (a map[string][]string) to process on the images list. Available filters:

  • before=(<image-name>[:<tag>], <image id> or <image@digest>)
  • dangling=true
  • label=key or label="key=value" of an image label
  • reference=(<image-name>[:<tag>])
  • since=(<image-name>[:<tag>], <image id> or <image@digest>)
digestsboolean

Show digest information as a RepoDigests field on each image.

Response

Summary image data for the images matching the query

Containersinteger required
Createdinteger required
Idstring required
Labelsobject required
ParentIdstring required
RepoDigestsstring[] required
RepoTagsstring[] required
SharedSizeinteger required
Sizeinteger required
VirtualSizeinteger required