List Images
/v1.33
/v1.33
/v1.33
/v1.33
GET
/images/json
Image
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1.33/images/json'
Response Response Example
200 - response
[
{
"Containers": 2,
"Created": 1474925151,
"Id": "sha256:e216a057b1cb1efc11f8a268f37ef62083e70b1b38323ba252e25ac88904a7e8",
"Labels": {},
"ParentId": "",
"RepoDigests": [
"ubuntu@sha256:992069aee4016783df6345315302fa59681aae51a8eeb2f889dea59290f21787"
],
"RepoTags": [
"ubuntu:12.04",
"ubuntu:precise"
],
"SharedSize": 0,
"Size": 103579269,
"VirtualSize": 103579269
},
{
"Containers": 5,
"Created": 1403128455,
"Id": "sha256:3e314f95dcace0f5e4fd37b10862fe8398e3c60ed36600bc0ca5fda78b087175",
"Labels": {},
"ParentId": "",
"RepoDigests": [
"ubuntu@sha256:002fba3e3255af10be97ea26e476692a7ebed0bb074a9ab960b2e7a1526b15d7",
"ubuntu@sha256:68ea0200f0b90df725d99d823905b04cf844f6039ef60c60bf3e019915017bd3"
],
"RepoTags": [
"ubuntu:12.10",
"ubuntu:quantal"
],
"SharedSize": 0,
"Size": 172064416,
"VirtualSize": 172064416
}
]
Request
Query Params
all
stringÂ
optional
filters
stringÂ
optional
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 labelreference
=(<image-name>[:<tag>]
)since
=(<image-name>[:<tag>]
, <image id>
or <image@digest>
)digests
stringÂ
optional
RepoDigests
field on each image.Responses
Modified at 2022-09-10 17:56:06