All URLs are assumed to by appended to https://[hostname|ip]:[port]/
Listing Images
/v2/_catalog
This will output a JSON object in the format of:
{
"repositories": [
"image1",
"image2"
]
}
List Tags for Image
/v2/[name]/tags/listThis will output a JSON object in the format of:
{
"name": "image1",
"tags": [
"1.0",
"latest"
]
}
Manifest for an Image
/v2/[name]/manifests/[tag]
This will output a JSON object with the manifest information.
This will output a JSON object with the manifest information.
No comments:
Post a Comment
Thanks for contributing!! Try to keep on topic and please avoid flame wars!!