Retrieve blob
GET
https://registry-1.docker.io
/v2/{name}/blobs/{digest}
Docker Hub registry API
{var_value}
Retrieve blob
Download the blob identified by digest from the registry.
Blobs include image layers and configuration objects. Clients must use the digest from the manifest to retrieve a blob.
This endpoint may return a 307 Temporary Redirect
to a CDN or storage location. Clients must follow the redirect to obtain the actual blob content.
The blob content is typically a gzipped tarball (for layers) or JSON (for configs). The MIME type is usually application/octet-stream
.
GET /v2/{name}/blobs/{digest}
Loading...
Response
Waiting for a request to be sent.