Is that possible to get image ID from Docker Registry V2? -


when image has been pushed registry v2, image id pushed registry well? possible image id repository v2 registry?

if image pushed docker client 1.10 or above, can obtain image id registry with

get /v2/<image>/manifests/<tag>  

your request must include header

accept: application/vnd.docker.distribution.manifest.v2+json 

in response, image id in content-docker-digest response header.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -