Skip to content

List cached images

GET/images
Responses
200 OKOK
ImageListResponse
imagesarray | null
items
ImageResponse
cmdarray
items
string
content_bytesintegerint64
convert_modestring
converted_at_unix_msintegerint64
digeststring
entriesinteger
entrypointarray
items
string
exposed_portsarray
items
string
size_bytesintegerint64
source_refstring
501 Not Implemented
ErrorResponse
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
GET/images
cURL
curl '/images'
Response
200 OK
{
  "images": [
    {
      "cmd": [
        "string"
      ],
      "content_bytes": 0,
      "convert_mode": "string",
      "converted_at_unix_ms": 0,
      "digest": "string",
      "entries": 0,
      "entrypoint": [
        "string"
      ],
      "exposed_ports": [
        "string"
      ],
      "size_bytes": 0,
      "source_ref": "string"
    }
  ]
}
Was this page helpful?