Feb 14, 2018

Navigating a private Docker Repository

All this content can be gained by reading the Registry HTTP API v2 specification.

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/list

This 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.

1 comment:

  1. This is such an important point about sustainable living. Supporting local artisans makes a difference. At Diwam Handicrafts, you can find eco-friendly diaries, paper products, and handmade décor — all crafted with traditional techniques while being environment-conscious.

    Lovely article on gifting! I personally love eco-friendly and handcrafted gifts. Diwam Handicrafts offers handmade cotton-paper diaries, decorative trays, and dry fruit boxes that make thoughtful presents. Their products are affordable and beautifully designed.

    Contact us:-
    Call or WhatsApp: +91 9664073873
    Email: diwamhandicrafts@gmail.com
    Email: a2gtraders@gmail.com
    Registered Address: 31-A, Arjun Colony, Near Brahampuri Thana, Govind Nagar, Jaipur, RJ, 302002
    Official Address: 101-Ground Floor, Gurukripa Enclave Nagar Nigam, Old Ramgarh Mod Bus Stand, Amer Rd, near Punjab National Bank, Kagdiwara, Brahampuri, Jaipur, Rajasthan 302002

    ReplyDelete

Thanks for contributing!! Try to keep on topic and please avoid flame wars!!